Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
signal
aarch64
restore.s
pretty
plain
permalink
blame
history
•
10 lines
•
198 B
1
.global __restore
2
.hidden __restore
3
.type __restore,%function
4
__restore:
5
.global __restore_rt
6
.hidden __restore_rt
7
.type __restore_rt,%function
8
__restore_rt:
9
	mov x8,#139 // SYS_rt_sigreturn
10
	svc 0