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

Reification fixes

This commit is contained in:
Brian Fiete 2020-05-19 07:13:15 -07:00
parent 622b832858
commit 0d1fc7e1a5
2 changed files with 8 additions and 5 deletions

View file

@ -11416,7 +11416,6 @@ BfModuleMethodInstance BfModule::GetMethodInstance(BfTypeInstance* typeInst, BfM
if (!instModule->mReifyQueued)
{
BF_ASSERT((mCompiler->mCompileState != BfCompiler::CompileState_Unreified) && (mCompiler->mCompileState != BfCompiler::CompileState_VData));
BfLogSysM("Queueing ReifyModule: %p\n", instModule);
mContext->mReifyModuleWorkList.Add(instModule);
instModule->mReifyQueued = true;