hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

restore.s (200B)


      1 // Copied from musl
      2 
      3 .section ".text.rt.restore","ax"
      4 .global rt.restore
      5 .global rt.restore_si
      6 .type rt.restore,@function
      7 .type rt.restore_si,@function
      8 rt.restore:
      9 rt.restore_si:
     10 	mov x8,#139
     11 	svc 0
     12