summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/bionic/__sig_restorer.S
blob: 3f6f284f278bf4822a1386b361a5f30fcf385941 (plain)
1
2
3
4
5
6
7
.global __sig_restorer

/* This is the opcode sequence GDB looks for in order to recognize
   this stack frame as a signal trampoline (see sigaction.c) */
__sig_restorer:
    mov r7, #119 /* __NR_sigreturn */
    swi #0