Work on magic numbers for aarch64

This commit is contained in:
Justine Tunney 2023-05-10 01:10:28 -07:00
parent 59766efd3e
commit 5a455eaa0b
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2070 changed files with 4567 additions and 4200 deletions

View file

@ -20,7 +20,7 @@
#include "libc/macros.internal.h"
/* clang-format off */
.macro .syscon group:req name:req linux:req xnu:req freebsd:req openbsd:req netbsd:req windows:req
.macro .syscon group:req name:req linux:req linux_aarch64:req xnu:req freebsd:req openbsd:req netbsd:req windows:req
#ifdef __x86_64__
.yoink _init_systemfive
@ -69,7 +69,7 @@
#else
.section .rodata,"a",@progbits
.balign 8
\name: .quad \linux
\name: .quad \linux_aarch64
.endobj \name,globl
.previous
#endif /* __x86_64__ */