소스 검색

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)
 							{