mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-17 08:21:25 -07:00
Fix #3427
This commit is contained in:
@@ -2070,7 +2070,7 @@ gb_internal LLVMTypeRef lb_type_internal(lbModule *m, Type *type) {
|
||||
break;
|
||||
|
||||
case Type_Map:
|
||||
init_map_internal_types(type);
|
||||
init_map_internal_debug_types(type);
|
||||
GB_ASSERT(t_raw_map != nullptr);
|
||||
return lb_type_internal(m, t_raw_map);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user