diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-03-08 18:06:13 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-03-08 18:06:13 +0100 |
| commit | fc9d3ec5a7246a57bc2a5fc7ac92b4de729da9b8 (patch) | |
| tree | b1e08f3e793402becfd00e87a25b9fbb4bbe791e /src/check_builtin.cpp | |
| parent | db03c86544ff4a4f5d7f54425d99965fd658208e (diff) | |
| parent | 51d12acab31c7f260d536366206b7211577f1088 (diff) | |
Merge branch 'master' of github.com:odin-lang/Odin
Diffstat (limited to 'src/check_builtin.cpp')
| -rw-r--r-- | src/check_builtin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index c85fb28d6..e1b1cd693 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -4928,6 +4928,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As case TargetOs_essence: case TargetOs_freebsd: case TargetOs_openbsd: + case TargetOs_haiku: switch (build_context.metrics.arch) { case TargetArch_i386: case TargetArch_amd64: |