diff options
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 79c31fc..9899545 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -756,7 +756,7 @@ go32_nat_target::create_inferior (const char *exec_file, inf = current_inferior (); inferior_appeared (inf, SOME_PID); - if (!target_is_pushed (this)) + if (!inf->target_is_pushed (this)) inf->push_target (this); thread_info *thr = add_thread_silent (ptid_t (SOME_PID)); |