add pid argument to mips_wait
[deliverable/binutils-gdb.git] / gdb / remote-mips.c
index 6f60284edc421e52947cfb5f73c2549c1c55ee4c..855974961fece65047b62abb26c95e223fcd92eb 100644 (file)
@@ -971,7 +971,8 @@ mips_resume (pid, step, siggnal)
 /* Wait until the remote stops, and return a wait status.  */
 
 static int
-mips_wait (status)
+mips_wait (pid, status)
+     int pid;
      WAITTYPE *status;
 {
   int rstatus;
This page took 0.02295 seconds and 4 git commands to generate.