mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 12:07:45 +00:00
Fix debug issue with maps
This commit is contained in:
@@ -746,8 +746,8 @@ gb_internal void lb_debug_complete_types(lbModule *m) {
|
||||
|
||||
case Type_Map:
|
||||
GB_ASSERT(t_raw_map != nullptr);
|
||||
bt = base_type(bt->Map.debug_metadata_type);
|
||||
// bt = base_type(t_raw_map);
|
||||
// bt = base_type(bt->Map.debug_metadata_type);
|
||||
bt = base_type(t_raw_map);
|
||||
GB_ASSERT(bt->kind == Type_Struct);
|
||||
/*fallthrough*/
|
||||
case Type_Struct:
|
||||
|
||||
Reference in New Issue
Block a user