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