diff options
Diffstat (limited to 'gdb/remote-st2000.c')
-rw-r--r-- | gdb/remote-st2000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-st2000.c b/gdb/remote-st2000.c index fc75504..833aa20 100644 --- a/gdb/remote-st2000.c +++ b/gdb/remote-st2000.c @@ -608,6 +608,7 @@ static void st2000_mourn_inferior () { remove_breakpoints (); + unpush_target (&st2000_ops); generic_mourn_inferior (); /* Do all the proper things now */ } |