aboutsummaryrefslogtreecommitdiff
path: root/src/checker/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker/type.cpp')
-rw-r--r--src/checker/type.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker/type.cpp b/src/checker/type.cpp
index 9a1241a55..ea7bb9873 100644
--- a/src/checker/type.cpp
+++ b/src/checker/type.cpp
@@ -132,6 +132,7 @@ struct Type {
i64 * struct_offsets;
b32 struct_are_offsets_set;
b32 struct_is_packed;
+ b32 struct_is_ordered;
// Entity_Constant or Entity_TypeName
Entity **other_fields;