diff options
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r-- | gdb/remote-hms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 9e6ef54..b2786bb 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -1299,6 +1299,7 @@ static void hms_mourn () { hms_clear_breakpoints (); + unpush_target (&hms_ops); generic_mourn_inferior (); } |