diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index df1cf9b..a205a32 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -679,7 +679,7 @@ gdb_os_poll_quit (host_callback *p) static void gdbsim_cntrl_c (int signo) { - gdbsim_stop (); + gdbsim_stop (remote_sim_ptid); } static ptid_t |