aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-nindy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r--gdb/remote-nindy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c
index dd027bf..8dfc40f 100644
--- a/gdb/remote-nindy.c
+++ b/gdb/remote-nindy.c
@@ -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.");