restore.s 184 B

12345678910111213
  1. .set noreorder
  2. .global __restore_rt
  3. .type __restore_rt,@function
  4. __restore_rt:
  5. li $2, 4193
  6. syscall
  7. .global __restore
  8. .type __restore,@function
  9. __restore:
  10. li $2, 4119
  11. syscall