diff options
Diffstat (limited to 'src/nonstd/x86-64.s')
| -rw-r--r-- | src/nonstd/x86-64.s | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/nonstd/x86-64.s b/src/nonstd/x86-64.s deleted file mode 100644 index 87ff1637..00000000 --- a/src/nonstd/x86-64.s +++ /dev/null @@ -1,21 +0,0 @@ -.global __syscall -__syscall: - mov %rdi, %rax - mov %rsi, %rdi - mov %rdx, %rsi - mov %rcx, %rdx - mov %r8, %r10 - mov %r9, %r8 - mov 8(%rsp), %r9 - syscall - ret - -.global _start -_start: - popq %rdi - movq %rsp, %rsi - call __libc_start - -.global __stack_chk_fail -__stack_chk_fail: - ret |
