diff options
Diffstat (limited to 'gdb/remote-z8k.c')
-rw-r--r-- | gdb/remote-z8k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-z8k.c b/gdb/remote-z8k.c index f93a2310bed..6c1b286a593 100644 --- a/gdb/remote-z8k.c +++ b/gdb/remote-z8k.c @@ -210,7 +210,8 @@ sim_detach (args, from_tty) storing status in STATUS just as `wait' would. */ int -sim_wait (status) +sim_wait (pid, status) + int pid; WAITTYPE *status; { *status = sim_stop_signal (); |