add riscv64 architecture support
[musl] / src / signal / riscv64 / restore.s
1 .global __restore
2 .type __restore, %function
3 __restore:
4 .global __restore_rt
5 .type __restore_rt, %function
6 __restore_rt:
7         li a7, 139 # SYS_rt_sigreturn
8         ecall