Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-mm.c
index dc751c2227d4f85ff922c803b89580dd7ca9afdb..58a4653a8247253c215238dce8d6bbde4a366d2a 100644 (file)
@@ -498,8 +498,8 @@ mm_detach (args,from_tty)
 ** Tell the remote machine to resume.  */
 
 static void
-mm_resume (step, sig)
-     int step, sig;
+mm_resume (pid, step, sig)
+     int pid, step, sig;
 {
   if (sig)
     error ("Can't send signals to a remote MiniMon system.");
This page took 0.02605 seconds and 4 git commands to generate.