* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / remote-st.c
index 833aa206760cb505b2e43611abcf7e2694785175..aa1b7cdee714073db373c3d23818cd3cd9507a5d 100644 (file)
@@ -358,8 +358,8 @@ st2000_detach (from_tty)
 /* Tell the remote machine to resume.  */
 
 static void
-st2000_resume (step, sig)
-     int step, sig;
+st2000_resume (pid, step, sig)
+     int pid, step, sig;
 {
   if (step)
     {
This page took 0.023304 seconds and 4 git commands to generate.