mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 19:32:23 -07:00
Add extra add_type_info_type calls
This commit is contained in:
@@ -3583,7 +3583,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
|
||||
Entity *base_type_entity = alloc_entity_type_name(scope, token, elem, EntityState_Resolved);
|
||||
add_entity(c, scope, nullptr, base_type_entity);
|
||||
|
||||
// add_type_info_type(c, soa_struct);
|
||||
add_type_info_type(c, soa_struct);
|
||||
|
||||
operand->type = soa_struct;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user