diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 109d01d9773..dd231ad3ca6 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -560,6 +560,7 @@ gdbsim_close (quitting) } end_callbacks (); + generic_mourn_inferior (); } /* Takes a program previously attached to and detaches it. |