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 313c484..005515d 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -242,7 +242,7 @@ sim_before_main_loop () } -static void rem_resume(a,b) +static void rem_resume(pid, a , b) { sim_resume(a,b); } |