aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-11-23 16:56:31 +0000
committergingerBill <bill@gingerbill.org>2020-11-23 16:56:31 +0000
commit4762d2f2d15d64e012e2de876f1fd78c3ebd7c3e (patch)
tree31673f9df6ebb1fa7041fcd31ac6105baa6a6a6f /src/types.cpp
parent67bc35e882800164c2a7a30cadc237d4051a4b46 (diff)
map type internal reorganization
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 0fc529213..7ca9a3cc2 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -684,7 +684,7 @@ gb_global Type *t_context_ptr = nullptr;
gb_global Type *t_source_code_location = nullptr;
gb_global Type *t_source_code_location_ptr = nullptr;
-gb_global Type *t_map_key = nullptr;
+gb_global Type *t_map_hash = nullptr;
gb_global Type *t_map_header = nullptr;
gb_global Type *t_vector_x86_mmx = nullptr;