Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-sp64sim.c
index e975c745a8cfac06dce3d850b9fc7ba24afbd5c8..ced255d0390f4af84b2dac21de2f1a388b360444 100644 (file)
@@ -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);
This page took 0.023162 seconds and 4 git commands to generate.