blob: d4e5fcf1a32770ee4d14f30b6c314da487a478dd (
plain) (
tree)
|
|
.global __restore
.hidden __restore
.type __restore,%function
__restore:
.global __restore_rt
.hidden __restore_rt
.type __restore_rt,%function
__restore_rt:
mov x8,#139 // SYS_rt_sigreturn
svc 0
|