Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-nindy.c
index dd027bfd72c06f5838d6cff500f17d99307d4067..8dfc40f3bc94af8f8809243b6364a25c789a98d9 100644 (file)
@@ -257,8 +257,8 @@ non_dle( buf, n )
 /* Tell the remote machine to resume.  */
 
 void
-nindy_resume (step, siggnal)
-     int step, siggnal;
+nindy_resume (pid, step, siggnal)
+     int pid, step, siggnal;
 {
        if (siggnal != 0 && siggnal != stop_signal)
          error ("Can't send signals to remote NINDY targets.");
This page took 0.023815 seconds and 4 git commands to generate.