| version 1.15, 2003/08/20 21:48:37 |
version 1.16, 2003/09/10 16:46:59 |
| Line 705 NENTRY(proc_trampoline) |
|
| Line 705 NENTRY(proc_trampoline) |
|
| /* NOTREACHED */ |
/* NOTREACHED */ |
| |
|
| /*****************************************************************************/ |
/*****************************************************************************/ |
| |
#ifdef COMPAT_16 |
| /* |
/* |
| * Signal trampoline; copied to top of user stack. |
* Signal trampoline; copied to top of user stack. |
| */ |
*/ |
|
|
| int $0x80 # exit if sigreturn fails |
int $0x80 # exit if sigreturn fails |
| .globl _C_LABEL(esigcode) |
.globl _C_LABEL(esigcode) |
| _C_LABEL(esigcode): |
_C_LABEL(esigcode): |
| |
#endif |
| |
|
| /*****************************************************************************/ |
/*****************************************************************************/ |
| |
|