mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Emitted method rebuild fix
This commit is contained in:
parent
9de99cd422
commit
3fef480737
1 changed files with 2 additions and 0 deletions
|
@ -467,6 +467,8 @@ bool BfContext::ProcessWorkList(bool onlyReifiedTypes, bool onlyReifiedMethods)
|
|||
else
|
||||
{
|
||||
module->PopulateType(typeInst);
|
||||
if (methodSpecializationRequest.mMethodIdx >= typeInst->mTypeDef->mMethods.mSize)
|
||||
continue;
|
||||
methodDef = typeInst->mTypeDef->mMethods[methodSpecializationRequest.mMethodIdx];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue