X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote-sp64sim.c;h=ced255d0390f4af84b2dac21de2f1a388b360444;hb=25286543da71d927d59a7479e7e1bd0a1b9e1321;hp=e975c745a8cfac06dce3d850b9fc7ba24afbd5c8;hpb=b562a1861c2c19b5639f13ff5e48de26caabd23a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-sp64sim.c b/gdb/remote-sp64sim.c index e975c745a8..ced255d039 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);