From 36764779cff8b36512ccf6068579ea7bde87279a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 23 Jan 2023 14:09:55 +0000 Subject: Add extra `add_type_info_type` calls --- src/check_builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/check_builtin.cpp') diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index 5e132e764..f429f9e99 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -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; -- cgit v1.2.3