aboutsummaryrefslogtreecommitdiff
path: root/src/check_builtin.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-23 14:09:55 +0000
committergingerBill <bill@gingerbill.org>2023-01-23 14:09:55 +0000
commit36764779cff8b36512ccf6068579ea7bde87279a (patch)
tree55e7f718b427082ca30c6e955e45c03993018176 /src/check_builtin.cpp
parent97595c4b50c38668b1588180664421d55c5b298c (diff)
Add extra `add_type_info_type` calls
Diffstat (limited to 'src/check_builtin.cpp')
-rw-r--r--src/check_builtin.cpp2
1 files changed, 1 insertions, 1 deletions
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;