restore.s 200 B

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