aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-03-11 19:52:40 +0000
committergingerBill <bill@gingerbill.org>2019-03-11 19:52:40 +0000
commitbdab5e00da6dee80b7582135815f2183def935bb (patch)
tree12dbb8aca86abc28c9b613aece80b02883436e5a /src/types.cpp
parente781056df17a897073da14b3abdaf6282837fc20 (diff)
Minor code clean up
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index c6886e984..5aa2ab6e1 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -198,6 +198,7 @@ struct TypeUnion {
bool has_proc_default_values; \
bool has_named_results; \
bool diverging; /* no return */ \
+ u64 tags; \
isize specialization_count; \
ProcCallingConvention calling_convention; \
}) \