X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fremote-mips.c;h=d4cfcda745a6ecab29deb85b76cf2626ba21c1ed;hb=25286543da71d927d59a7479e7e1bd0a1b9e1321;hp=3cf3b60debad4503ee2dcc6347177e94ae77f609;hpb=3481ad9a11c96e070c8c29ae19bb2269a7fb7584;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 3cf3b60deb..d4cfcda745 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -71,7 +71,7 @@ static void mips_detach PARAMS ((char *args, int from_tty)); static void -mips_resume PARAMS ((int step, int siggnal)); +mips_resume PARAMS ((int pid, int step, int siggnal)); static int mips_wait PARAMS ((WAITTYPE *status)); @@ -957,8 +957,8 @@ mips_detach (args, from_tty) from the board. */ static void -mips_resume (step, siggnal) - int step, siggnal; +mips_resume (pid, step, siggnal) + int pid, step, siggnal; { if (siggnal) error ("Can't send signals to a remote system. Try `handle %d ignore'.",