Target FP: Use target format throughout expression parsing
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index a6fe390b02995a43e31ee90e482cd33c3ae40b9b..cabec0fa709ad371639e05a128a3aadac937b89e 100644 (file)
@@ -1285,7 +1285,7 @@ procfs_create_inferior (struct target_ops *ops, const char *exec_file,
     }
   if (!target_is_pushed (ops))
     push_target (ops);
-  target_terminal_init ();
+  target_terminal::init ();
 
   if (exec_bfd != NULL
       || (symfile_objfile != NULL && symfile_objfile->obfd != NULL))
This page took 0.025893 seconds and 4 git commands to generate.