add pid argument to mips_wait

This commit is contained in:
David D. Zuhn 1993-10-21 23:02:40 +00:00
parent 100f92e2de
commit f7fa951fd0
2 changed files with 6 additions and 1 deletions

View file

@ -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;