aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-02-12 12:29:37 +0000
committergingerBill <bill@gingerbill.org>2024-02-12 12:29:37 +0000
commitc291fffce1972fcfc631dd4c6f623e3f5055f74b (patch)
tree25431e224aabafc185f1ae0167c84020b51de2a0 /src/types.cpp
parent900fe95ba0b54dcc83ad2dbb2f16df8482135c61 (diff)
Add metadata type to `map`s debug information to aid debuggers knowing what is in it it
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 8275b87ba..04fb06582 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -231,6 +231,7 @@ struct TypeProc {
Type *key; \
Type *value; \
Type *lookup_result_type; \
+ Type *debug_metadata_type; \
}) \
TYPE_KIND(Struct, TypeStruct) \
TYPE_KIND(Union, TypeUnion) \