X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote-mm.c;h=58a4653a8247253c215238dce8d6bbde4a366d2a;hb=25286543da71d927d59a7479e7e1bd0a1b9e1321;hp=dc751c2227d4f85ff922c803b89580dd7ca9afdb;hpb=3481ad9a11c96e070c8c29ae19bb2269a7fb7584;p=deliverable%2Fbinutils-gdb.git 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.");