diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index a6fe390..cabec0f 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -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)) |