summaryrefslogtreecommitdiffstats
path: root/libc/tools/gensyscalls.py
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tools/gensyscalls.py')
-rwxr-xr-xlibc/tools/gensyscalls.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/libc/tools/gensyscalls.py b/libc/tools/gensyscalls.py
index a34b763..96583d6 100755
--- a/libc/tools/gensyscalls.py
+++ b/libc/tools/gensyscalls.py
@@ -95,20 +95,9 @@ END(%(func)s)
#
arm64_call = syscall_stub_header + """\
- stp x29, x30, [sp, #-16]!
- .cfi_def_cfa_offset 16
- .cfi_rel_offset x29, 0
- .cfi_rel_offset x30, 8
- mov x29, sp
-
mov x8, %(__NR_name)s
svc #0
- ldp x29, x30, [sp], #16
- .cfi_def_cfa_offset 0
- .cfi_restore x29
- .cfi_restore x30
-
cmn x0, #(MAX_ERRNO + 1)
cneg x0, x0, hi
b.hi __set_errno