• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
14