summaryrefslogtreecommitdiff
path: root/src/signal/x86_64/restore.s
blob: 682af2dd84accf2f8f5e1442e200ced3d03c9f26 (plain) (blame)
1
2
3
4
5
6
7
8
.global __restore_rt
.global __restore
.type __restore_rt,@function
.type __restore,@function
__restore_rt:
__restore:
	movl $15, %eax
	syscall