diff options
Diffstat (limited to 'gdb/remote-sp64sim.c')
-rw-r--r-- | gdb/remote-sp64sim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-sp64sim.c b/gdb/remote-sp64sim.c index e975c74..ced255d 100644 --- a/gdb/remote-sp64sim.c +++ b/gdb/remote-sp64sim.c @@ -311,8 +311,8 @@ simif_detach (args,from_tty) to the target, or zero for no signal. */ static void -simif_resume (step, siggnal) - int step, siggnal; +simif_resume (pid, step, siggnal) + int pid, step, siggnal; { if (sim_verbose) printf_filtered ("simif_resume: step %d, signal %d\n", step, siggnal); |