Correct a misnamed argument hidden behind a #ifdef DEBUG

Found by:  LINT
This commit is contained in:
Jonathan Lemon 2000-11-25 07:04:43 +00:00
parent e82ac18e52
commit 14db7f978b

View File

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