github.com/afumu/libc@v0.0.6/musl/src/signal/riscv64/restore.s (about) 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