mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Fix for wantsBaseMarking
This commit is contained in:
parent
99364da32a
commit
df4f58f586
1 changed files with 1 additions and 0 deletions
|
@ -18894,6 +18894,7 @@ void BfModule::EmitGCMarkMembers()
|
||||||
bool wantsBaseMarking = true;
|
bool wantsBaseMarking = true;
|
||||||
if (methodBaseType == mContext->mBfObjectType)
|
if (methodBaseType == mContext->mBfObjectType)
|
||||||
{
|
{
|
||||||
|
wantsBaseMarking = false;
|
||||||
PopulateType(methodBaseType);
|
PopulateType(methodBaseType);
|
||||||
for (auto& fieldInstance : mContext->mBfObjectType->mFieldInstances)
|
for (auto& fieldInstance : mContext->mBfObjectType->mFieldInstances)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue