aboutsummaryrefslogtreecommitdiffhomepage
path: root/c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-12 17:40:35 +0100
committerlemon <lsof@mailbox.org>2025-12-12 17:40:35 +0100
commit24bcc929477751b056e81e7772dc2bb3d11ce4a5 (patch)
treef83eb0c32df505f25c828d0a62f17806dc2736b1 /c
parent3cd8e39ff61217a37b41cee47f2682f5291317d6 (diff)
s/amd64/x86_64/
Diffstat (limited to 'c')
-rw-r--r--c/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/lex.c b/c/lex.c
index 418a89c..6da3776 100644
--- a/c/lex.c
+++ b/c/lex.c
@@ -1956,7 +1956,7 @@ addpredefmacros(struct arena **tmparena)
}
switch (targ_mcisa) {
- case ISamd64:
+ case ISx86_64:
putdef1("__x86_64__");
putdef1("__x86_64");
break;