X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/3950a34e45858c6f5a33e94b71832febc282eae3..0e5f1b37f69f499d04861e7cd8d276c870289e71:/gdb/remote-mm.c diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c index dc751c2227..58a4653a82 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.");