summaryrefslogtreecommitdiff
path: root/src/signal/x32/restore.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/x32/restore.s')
-rw-r--r--src/signal/x32/restore.s7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/signal/x32/restore.s b/src/signal/x32/restore.s
index 27cd3cef..2f06e787 100644
--- a/src/signal/x32/restore.s
+++ b/src/signal/x32/restore.s
@@ -1,8 +1,7 @@
+ nop
.global __restore_rt
-.global __restore
.type __restore_rt,@function
-.type __restore,@function
__restore_rt:
-__restore:
- movl $0x40000201, %eax /* SYS_rt_sigreturn */
+ mov $0x40000201, %rax /* SYS_rt_sigreturn */
syscall
+.size __restore_rt,.-__restore_rt