add pid argument to mips_wait
This commit is contained in:
parent
100f92e2de
commit
f7fa951fd0
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue