Correct a misnamed argument hidden behind a #ifdef DEBUG
Found by: LINT
This commit is contained in:
parent
e82ac18e52
commit
14db7f978b
@ -481,7 +481,7 @@ linux_sigreturn(p, args)
|
||||
|
||||
#ifdef DEBUG
|
||||
printf("Linux-emul(%ld): linux_sigreturn(%p)\n",
|
||||
(long)p->p_pid, (void *)args->scp);
|
||||
(long)p->p_pid, (void *)args->sfp);
|
||||
#endif
|
||||
/*
|
||||
* The trampoline code hands us the sigframe.
|
||||
|
Loading…
x
Reference in New Issue
Block a user