View | Details | Raw Unified | Return to bug 25483
Collapse All | Expand All

(-)linux_sysvec.c (-1 / +1 lines)
Lines 479-485 Link Here
479
479
480
#ifdef DEBUG
480
#ifdef DEBUG
481
	printf("Linux-emul(%ld): linux_sigreturn(%p)\n",
481
	printf("Linux-emul(%ld): linux_sigreturn(%p)\n",
482
	    (long)p->p_pid, (void *)args->scp);
482
	    (long)p->p_pid, (void *)args->sfp);
483
#endif
483
#endif
484
	/*
484
	/*
485
	 * The trampoline code hands us the sigframe.
485
	 * The trampoline code hands us the sigframe.

Return to bug 25483