diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-15 17:40:00 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-15 17:40:00 +0000 |
| commit | 29ebe0c3c92724f74392687ee859a0c2db503b0d (patch) | |
| tree | 02e285c26886a04cc15adc5c05dca80418cf13ea /src/check_builtin.cpp | |
| parent | 6c4867081985a8dd1cccb3e5c503d72807e4ee87 (diff) | |
Rename architecture `386` to `i386`
Diffstat (limited to 'src/check_builtin.cpp')
| -rw-r--r-- | src/check_builtin.cpp | 2 |
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; |