Add extra add_type_info_type calls

This commit is contained in:
gingerBill
2023-01-23 14:09:55 +00:00
parent 97595c4b50
commit 36764779cf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;