aboutsummaryrefslogtreecommitdiff
path: root/src/check_builtin.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-15 17:40:00 +0000
committergingerBill <bill@gingerbill.org>2022-01-15 17:40:00 +0000
commit29ebe0c3c92724f74392687ee859a0c2db503b0d (patch)
tree02e285c26886a04cc15adc5c05dca80418cf13ea /src/check_builtin.cpp
parent6c4867081985a8dd1cccb3e5c503d72807e4ee87 (diff)
Rename architecture `386` to `i386`
Diffstat (limited to 'src/check_builtin.cpp')
-rw-r--r--src/check_builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp
index 82ad6d161..a42741976 100644
--- a/src/check_builtin.cpp
+++ b/src/check_builtin.cpp
@@ -3225,7 +3225,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
case TargetOs_essence:
case TargetOs_freebsd:
switch (build_context.metrics.arch) {
- case TargetArch_386:
+ case TargetArch_i386:
case TargetArch_amd64:
case TargetArch_arm64:
max_arg_count = 7;