mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Reification fixes
This commit is contained in:
parent
622b832858
commit
0d1fc7e1a5
2 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue