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