diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 83600e8..dbecaa0 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -345,7 +345,8 @@ gdbsim_resume (pid, step, siggnal) just as `wait' would. */ static int -gdbsim_wait (status) +gdbsim_wait (pid, status) + int pid; WAITTYPE *status; { if (sr_get_debug ()) |