1	nop
2.global __restore_rt
3.type __restore_rt,@function
4__restore_rt:
5	mov $15, %rax
6	syscall
7.size __restore_rt,.-__restore_rt
8