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.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp
index 9f5ed0ed3..65e0bc880 100644
--- a/src/check_type.cpp
+++ b/src/check_type.cpp
@@ -2016,8 +2016,10 @@ Type *type_to_abi_compat_result_type(gbAllocator a, Type *original_type, ProcCal
break;
}
}
- } else if (build_context.ODIN_OS == "linux") {
-
+ } else if (build_context.ODIN_OS == "linux" || build_context.ODIN_OS == "darwin") {
+ if (build_context.ODIN_ARCH == "amd64") {
+
+ }
} else {
// IMPORTANT TODO(bill): figure out the ABI settings for Linux, OSX etc. for
// their architectures