Fix typo that causes map info debug issues

This commit is contained in:
gingerBill
2024-02-13 17:06:04 +00:00
parent d496dbf3a0
commit 912c326d8b

View File

@@ -710,8 +710,8 @@ gb_internal void lb_debug_complete_types(lbModule *m) {
case Type_Map:
GB_ASSERT(t_raw_map != nullptr);
// bt = base_type(t->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: