diff options
| author | gingerBill <bill@gingerbill.org> | 2018-06-15 21:38:22 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-06-15 21:38:22 +0100 |
| commit | b92a8c513ea04ce2c4e6245d047d47ece0b75fa2 (patch) | |
| tree | d83cb7ef2d6e0c202d64d086bfafad7db907ef35 /src/check_type.cpp | |
| parent | 13572aeef0001f4c82f68468a530f63411e7c319 (diff) | |
Modify how build settings are handled
Diffstat (limited to 'src/check_type.cpp')
| -rw-r--r-- | src/check_type.cpp | 2 |
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; } |