aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-09-21 12:09:05 +0100
committergingerBill <bill@gingerbill.org>2022-09-21 12:09:05 +0100
commit1d793ea33810036d1c93f9cae666e91fa15ee22a (patch)
treebcbe0b6cbb1c3d2c9061806918e6c00ada9622d7 /src/types.cpp
parent5337413c5605655847767105f609d74a357984da (diff)
Split header table data and the map pointer
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 5ebc8689f..321f42aa0 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -688,6 +688,7 @@ gb_global Type *t_source_code_location_ptr = nullptr;
gb_global Type *t_map_hash = nullptr;
gb_global Type *t_map_header = nullptr;
+gb_global Type *t_map_header_table = nullptr;
gb_global Type *t_equal_proc = nullptr;