diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 5407506..5c58d24 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1330,6 +1330,7 @@ mips_create_inferior (execfile, args, env) static void mips_mourn_inferior () { + unpush_target (&mips_ops); generic_mourn_inferior (); } |