aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/target.cpp')
-rw-r--r--src/target.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target.cpp b/src/target.cpp
index 7075c8a5c7..5a4b5252f1 100644
--- a/src/target.cpp
+++ b/src/target.cpp
@@ -738,6 +738,7 @@ uint32_t target_c_type_size_in_bits(const ZigTarget *target, CIntType id) {
case OsLinux:
case OsMacOSX:
case OsZen:
+ case OsFreeBSD:
case OsOpenBSD:
switch (id) {
case CIntTypeShort:
@@ -774,7 +775,6 @@ uint32_t target_c_type_size_in_bits(const ZigTarget *target, CIntType id) {
case OsAnanas:
case OsCloudABI:
case OsDragonFly:
- case OsFreeBSD:
case OsIOS:
case OsKFreeBSD:
case OsLv2: