aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_type.cpp')
-rw-r--r--src/check_type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp
index 231f69aa2..fc43077b2 100644
--- a/src/check_type.cpp
+++ b/src/check_type.cpp
@@ -1278,7 +1278,7 @@ Type *type_to_abi_compat_param_type(gbAllocator a, Type *original_type) {
return t_llvm_bool;
}
- if (build_context.ODIN_ARCH == "x86") {
+ if (build_context.ODIN_ARCH == "386") {
return new_type;
}