mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fix for valueless array allocations
This commit is contained in:
parent
fe531be4ef
commit
6dd49f5d9b
4 changed files with 21 additions and 12 deletions
|
@ -3324,11 +3324,6 @@ void BfModule::DoTypeInstanceMethodProcessing(BfTypeInstance* typeInstance)
|
|||
BF_ASSERT(typeInstance->mInterfaceMethodTable.size() == 1);
|
||||
}
|
||||
|
||||
if (typeInstance->mTypeDef == mCompiler->mPointerTypeDef)
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
// Slot interfaces method blocks in vtable
|
||||
{
|
||||
int ifaceVirtIdx = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue