mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
PopulateType fix in CheckEnumCreation
This commit is contained in:
parent
87d4a48a18
commit
9d66e6429a
1 changed files with 1 additions and 0 deletions
|
@ -8128,6 +8128,7 @@ BfTypedValue BfExprEvaluator::CheckEnumCreation(BfAstNode* targetSrc, BfTypeInst
|
||||||
{
|
{
|
||||||
auto activeTypeDef = mModule->GetActiveTypeDef();
|
auto activeTypeDef = mModule->GetActiveTypeDef();
|
||||||
|
|
||||||
|
mModule->PopulateType(enumType);
|
||||||
mModule->mBfIRBuilder->PopulateType(enumType);
|
mModule->mBfIRBuilder->PopulateType(enumType);
|
||||||
|
|
||||||
auto resolvePassData = mModule->mCompiler->mResolvePassData;
|
auto resolvePassData = mModule->mCompiler->mResolvePassData;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue