瀏覽代碼

Fix for wantsBaseMarking

Brian Fiete 3 年之前
父節點
當前提交
df4f58f586
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)
 							{