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:
parent
07a0972366
commit
3486251254
5 changed files with 124 additions and 61 deletions
|
@ -14327,7 +14327,7 @@ void BfModule::EmitCtorBody(bool& skipBody)
|
|||
}
|
||||
else
|
||||
{
|
||||
AssertErrorState();
|
||||
// Failed
|
||||
}
|
||||
auto assignValue = GetFieldInitializerValue(fieldInst);
|
||||
if ((fieldAddr) && (assignValue))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue