work around gdb issues recognizing sigreturn trampoline on x86_64
[musl.git] / src / signal / x32 / restore.s
blob2f06e787680a993fc62da5849311771ab84b812c
1 nop
2 .global __restore_rt
3 .type __restore_rt,@function
4 __restore_rt:
5 mov $0x40000201, %rax /* SYS_rt_sigreturn */
6 syscall
7 .size __restore_rt,.-__restore_rt