aboutsummaryrefslogtreecommitdiffhomepage
path: root/c
diff options
context:
space:
mode:
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;