restore.s raw

   1  .set noreorder
   2  
   3  .global __restore_rt
   4  .hidden __restore_rt
   5  .type   __restore_rt,@function
   6  __restore_rt:
   7  	li $2, 4193
   8  	syscall
   9  
  10  .global __restore
  11  .hidden __restore
  12  .type   __restore,@function
  13  __restore:
  14  	li $2, 4119
  15  	syscall
  16