summaryrefslogtreecommitdiff
path: root/src/signal/x86_64/restore.s
blob: 27d6cf310337a9e7227a0da422d3b37c9397091d (plain) (blame)
1
2
3
4
5
6
7
8
	nop
.global __restore_rt
.hidden __restore_rt
.type __restore_rt,@function
__restore_rt:
	mov $15, %rax
	syscall
.size __restore_rt,.-__restore_rt