xref: /aosp_15_r20/external/musl/src/signal/riscv64/restore.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
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
9