summaryrefslogtreecommitdiff
path: root/src/internal/x32/syscall.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/x32/syscall.s')
-rw-r--r--src/internal/x32/syscall.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/internal/x32/syscall.s b/src/internal/x32/syscall.s
deleted file mode 100644
index c4bee804..00000000
--- a/src/internal/x32/syscall.s
+++ /dev/null
@@ -1,13 +0,0 @@
-.global __syscall
-.hidden __syscall
-.type __syscall,@function
-__syscall:
- movq %rdi,%rax
- movq %rsi,%rdi
- movq %rdx,%rsi
- movq %rcx,%rdx
- movq %r8,%r10
- movq %r9,%r8
- movq 8(%rsp),%r9
- syscall
- ret