fix sh jmp_buf size to match ABI
[oweals/musl.git] / src / signal / x32 / restore.s
1 .global __restore_rt
2 .global __restore
3 .type __restore_rt,@function
4 .type __restore,@function
5 __restore_rt:
6 __restore:
7         movl $0x40000201, %eax /* SYS_rt_sigreturn */
8         syscall