aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-06-15 21:38:22 +0100
committergingerBill <bill@gingerbill.org>2018-06-15 21:38:22 +0100
commitb92a8c513ea04ce2c4e6245d047d47ece0b75fa2 (patch)
treed83cb7ef2d6e0c202d64d086bfafad7db907ef35 /src/check_type.cpp
parent13572aeef0001f4c82f68468a530f63411e7c319 (diff)
Modify how build settings are handled
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;
}