add aarch64 port
[musl] / src / signal / aarch64 / restore.s
1 .global __restore
2 .type __restore,%function
3 __restore:
4 .global __restore_rt
5 .type __restore_rt,%function
6 __restore_rt:
7         mov x8,#139 // SYS_rt_sigreturn
8         svc 0