mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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
|
else
|
||||||
{
|
{
|
||||||
module->PopulateType(typeInst);
|
module->PopulateType(typeInst);
|
||||||
|
if (methodSpecializationRequest.mMethodIdx >= typeInst->mTypeDef->mMethods.mSize)
|
||||||
|
continue;
|
||||||
methodDef = typeInst->mTypeDef->mMethods[methodSpecializationRequest.mMethodIdx];
|
methodDef = typeInst->mTypeDef->mMethods[methodSpecializationRequest.mMethodIdx];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue