restore.s raw

   1  .syntax unified
   2  
   3  .global __restore
   4  .hidden __restore
   5  .type __restore,%function
   6  __restore:
   7  	mov r7,#119
   8  	swi 0x0
   9  
  10  .global __restore_rt
  11  .hidden __restore_rt
  12  .type __restore_rt,%function
  13  __restore_rt:
  14  	mov r7,#173
  15  	swi 0x0
  16