diff options
| author | gingerBill <bill@gingerbill.org> | 2024-02-12 12:29:37 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-02-12 12:29:37 +0000 |
| commit | c291fffce1972fcfc631dd4c6f623e3f5055f74b (patch) | |
| tree | 25431e224aabafc185f1ae0167c84020b51de2a0 /src/types.cpp | |
| parent | 900fe95ba0b54dcc83ad2dbb2f16df8482135c61 (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.cpp | 1 |
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) \ |