Browse Source

Fix for wantsBaseMarking

Brian Fiete 3 years ago
parent
commit
df4f58f586
1 changed files with 1 additions and 0 deletions
  1. 1 0
      IDEHelper/Compiler/BfModule.cpp

+ 1 - 0
IDEHelper/Compiler/BfModule.cpp

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