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

Fix for wantsBaseMarking

This commit is contained in:
Brian Fiete 2022-02-16 06:10:51 -05:00
parent 99364da32a
commit df4f58f586

View file

@ -18894,6 +18894,7 @@ void BfModule::EmitGCMarkMembers()
bool wantsBaseMarking = true;
if (methodBaseType == mContext->mBfObjectType)
{
wantsBaseMarking = false;
PopulateType(methodBaseType);
for (auto& fieldInstance : mContext->mBfObjectType->mFieldInstances)
{