From b92a8c513ea04ce2c4e6245d047d47ece0b75fa2 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 15 Jun 2018 21:38:22 +0100 Subject: Modify how build settings are handled --- src/check_type.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/check_type.cpp') 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; } -- cgit v1.2.3