musl-tcc/src/signal/aarch64/restore.s

11 lines
198 B
ArmAsm
Raw Normal View History

2022-03-20 08:48:53 +00:00
.global __restore
.hidden __restore
.type __restore,%function
__restore:
.global __restore_rt
.hidden __restore_rt
.type __restore_rt,%function
__restore_rt:
mov x8,#139 // SYS_rt_sigreturn
svc 0