restore+x86_64.s (205B)
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 movl $15, %eax 11 syscall 12