minix/lib/i86/rts/__sigreturn.s

11 lines
327 B
ArmAsm
Raw Normal View History

2005-04-21 16:53:53 +02:00
! This routine is the low-level code for returning from signals.
! It calls __sigreturn, which is the normal "system call" routine.
! Both ___sigreturn and __sigreturn are needed.
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define ___sigreturn
.extern __sigreturn
___sigreturn:
add sp, #8
jmp __sigreturn