X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote-sim.c;h=005515df43ac5ea8c7e902633cfbbba34685a936;hb=25286543da71d927d59a7479e7e1bd0a1b9e1321;hp=313c4849fbb61426f08d2e2954de9091b9ecbd72;hpb=ccf1e898d77a0230f20a832ef4f3b1a09a493d18;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 313c4849fb..005515df43 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); }