hare

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

restore.s (131B)


      1 .section ".text.rt.restore","ax"
      2 .global rt.restore
      3 .type rt.restore, %function
      4 rt.restore:
      5 	li a7, 139 # SYS_rt_sigreturn
      6 	ecall
      7