blob: 5a0af6959d21faf57af83dccbd5522725871769b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.global __restore
.hidden __restore
.type __restore, %function
__restore:
.global __restore_rt
.hidden __restore_rt
.type __restore_rt, %function
__restore_rt:
li a7, 139 # SYS_rt_sigreturn
ecall
|