mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed field var-resolving when calling methods
This commit is contained in:
parent
e12c03d46e
commit
13d7b0c1c5
5 changed files with 72 additions and 13 deletions
|
@ -1226,6 +1226,7 @@ void BfContext::PopulateHotTypeDataVTable(BfTypeInstance* typeInstance)
|
|||
hotTypeData->mVTableOrigLength = typeInstance->mVirtualMethodTableSize;
|
||||
hotTypeData->mOrigInterfaceMethodsLength = typeInstance->GetIFaceVMethodSize();
|
||||
}
|
||||
BfLogSysM("PopulateHotTypeDataVTable set %p HotDataType->mVTableOrigLength To %d\n", typeInstance, hotTypeData->mVTableOrigLength);
|
||||
}
|
||||
|
||||
int vTableStart = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue