1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fixed errors for circular data references in member attributes

This commit is contained in:
Brian Fiete 2020-01-18 14:43:42 -08:00
parent 07a0972366
commit 3486251254
5 changed files with 124 additions and 61 deletions

View file

@ -14327,7 +14327,7 @@ void BfModule::EmitCtorBody(bool& skipBody)
}
else
{
AssertErrorState();
// Failed
}
auto assignValue = GetFieldInitializerValue(fieldInst);
if ((fieldAddr) && (assignValue))