| 1 | 	.global __restore |
| 2 | 	.hidden __restore |
| 3 | 	.type __restore,%function |
| 4 | __restore: |
| 5 | 	li 0, 119 #__NR_sigreturn |
| 6 | 	sc |
| 7 | |
| 8 | 	.global __restore_rt |
| 9 | 	.hidden __restore_rt |
| 10 | 	.type __restore_rt,%function |
| 11 | __restore_rt: |
| 12 | 	li 0, 172 # __NR_rt_sigreturn |
| 13 | 	sc |