restore.s 175 字节
Newer Older
R
rofl0r 已提交
1 2 3 4 5 6
.global __restore_rt
.global __restore
.type __restore_rt,@function
.type __restore,@function
__restore_rt:
__restore:
R
rofl0r 已提交
7
	movl $0x40000201, %eax /* SYS_rt_sigreturn */
R
rofl0r 已提交
8
	syscall