mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 15:03:22 +00:00
Add metadata type to maps debug information to aid debuggers knowing what is in it it
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user