aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 7ca9a3cc2..75783f948 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -690,6 +690,8 @@ gb_global Type *t_map_header = nullptr;
gb_global Type *t_vector_x86_mmx = nullptr;
+gb_global Type *t_equal_proc = nullptr;
+
i64 type_size_of (Type *t);
i64 type_align_of (Type *t);