source: trunk/minix/lib/i386/rts/__sigreturn.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 328 bytes
RevLine 
[9]1! This routine is the low-level code for returning from signals.
2! It calls __sigreturn, which is the normal "system call" routine.
3! Both ___sigreturn and __sigreturn are needed.
4.sect .text; .sect .rom; .sect .data; .sect .bss
5.sect .text
6.define ___sigreturn
7.extern __sigreturn
8___sigreturn:
9 add esp, 16
10 jmp __sigreturn
Note: See TracBrowser for help on using the repository browser.