summaryrefslogtreecommitdiff
path: root/src/signal/aarch64/restore.s
blob: d4e5fcf1a32770ee4d14f30b6c314da487a478dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.global __restore
.hidden __restore
.type __restore,%function
__restore:
.global __restore_rt
.hidden __restore_rt
.type __restore_rt,%function
__restore_rt:
	mov x8,#139 // SYS_rt_sigreturn
	svc 0