summaryrefslogtreecommitdiff
path: root/src/internal/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/x86_64')
-rw-r--r--src/internal/x86_64/syscall.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal/x86_64/syscall.s b/src/internal/x86_64/syscall.s
index 776cde21..931f44f6 100644
--- a/src/internal/x86_64/syscall.s
+++ b/src/internal/x86_64/syscall.s
@@ -1,5 +1,4 @@
.global __syscall
-.type __syscall,%function
__syscall:
movq %rdi,%rax
movq %rsi,%rdi
@@ -10,4 +9,3 @@ __syscall:
movq 8(%rsp),%r9
syscall
ret
-.size __syscall,.-__syscall