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 b18a62e..79c31fc 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -757,7 +757,7 @@ go32_nat_target::create_inferior (const char *exec_file, inferior_appeared (inf, SOME_PID); if (!target_is_pushed (this)) - push_target (this); + inf->push_target (this); thread_info *thr = add_thread_silent (ptid_t (SOME_PID)); switch_to_thread (thr); |