aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-10-21 23:02:40 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-10-21 23:02:40 +0000
commitf7fa951fd09013c37897ce63dd2efff3847fb5d8 (patch)
tree556f68d6c45b35fff27c5559cc122c626181b8d2 /gdb/remote-mips.c
parent100f92e2dea21ccb7de8fb0cb3a9b70d43d55bad (diff)
downloadfsf-binutils-gdb-f7fa951fd09013c37897ce63dd2efff3847fb5d8.zip
fsf-binutils-gdb-f7fa951fd09013c37897ce63dd2efff3847fb5d8.tar.gz
fsf-binutils-gdb-f7fa951fd09013c37897ce63dd2efff3847fb5d8.tar.bz2
add pid argument to mips_wait
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 6f60284..8559749 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -971,7 +971,8 @@ mips_resume (pid, step, siggnal)
/* Wait until the remote stops, and return a wait status. */
static int
-mips_wait (status)
+mips_wait (pid, status)
+ int pid;
WAITTYPE *status;
{
int rstatus;