mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo.
This commit is contained in:
@@ -739,7 +739,7 @@ gb_internal LLVMMetadataRef lb_debug_type_internal(lbModule *m, Type *type) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case Type_Map: {
|
case Type_Map: {
|
||||||
init_map_internal_debug_types(bt);
|
init_map_internal_debug_types(type);
|
||||||
Type *bt = base_type(type->Map.debug_metadata_type);
|
Type *bt = base_type(type->Map.debug_metadata_type);
|
||||||
GB_ASSERT(bt->kind == Type_Struct);
|
GB_ASSERT(bt->kind == Type_Struct);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user