diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 23e845fd704..926e1d2ab9d 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -1695,7 +1695,7 @@ mips_signal_from_protocol (int sig) static ptid_t mips_wait (struct target_ops *ops, - ptid_t ptid, struct target_waitstatus *status) + ptid_t ptid, struct target_waitstatus *status, int options) { int rstatus; int err; |