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 4eae65a..9b8d0fd 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -676,7 +676,7 @@ gdbsim_cntrl_c (int signo) static ptid_t gdbsim_wait (struct target_ops *ops, - ptid_t ptid, struct target_waitstatus *status) + ptid_t ptid, struct target_waitstatus *status, int options) { static RETSIGTYPE (*prev_sigint) (); int sigrc = 0; |