restore.s raw

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