1 .global __restore 2 .hidden __restore 3 .type __restore,%function 4 __restore: 5 .global __restore_rt 6 .hidden __restore_rt 7 .type __restore_rt,%function 8 __restore_rt: 9 mov x8,#139 // SYS_rt_sigreturn 10 svc 0 11