Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-monitor.c
index 41f87c135824a3f61f8eb5684c3f457c2271dcf2..eb3d63cca1cad0aa2a82ef1368619bad2ec5ef1d 100644 (file)
@@ -436,8 +436,8 @@ monitor_detach (from_tty)
  * _resume -- Tell the remote machine to resume.
  */
 static void
-monitor_resume (step, sig)
-     int step, sig;
+monitor_resume (pid, step, sig)
+     int pid, step, sig;
 {
 #ifdef LOG_FILE
   fprintf (log_file, "\nIn Resume (step=%d, sig=%d)\n", step, sig);
This page took 0.025262 seconds and 4 git commands to generate.