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