From 1d793ea33810036d1c93f9cae666e91fa15ee22a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 21 Sep 2022 12:09:05 +0100 Subject: Split header table data and the map pointer --- src/types.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.cpp') 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; -- cgit v1.2.3