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

Fixed reifying of base virtual methods

This commit is contained in:
Brian Fiete 2020-05-09 11:31:57 -07:00
parent 36b6d63dbb
commit d42cbbb6a9
2 changed files with 7 additions and 5 deletions

View file

@ -4702,7 +4702,7 @@ BfIRValue BfModule::CreateTypeData(BfType* type, Dictionary<int, int>& usedStrin
SizedArray<BfIRValue, 1> extVTableData;
SizedArrayImpl<BfIRValue>* vFuncDataExt = &extVTableData;
if (!typeInstance->IsInterface())
{
Array<int32> dynCastData;