mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed handling of virtual methods in boxed structs
This commit is contained in:
parent
7894fc73cc
commit
43d7d72f48
6 changed files with 28 additions and 26 deletions
|
@ -1719,8 +1719,8 @@ public:
|
|||
int GetOrigVTableSize();
|
||||
int GetSelfVTableSize();
|
||||
int GetOrigSelfVTableSize();
|
||||
int GetBaseVTableSize();
|
||||
int GetOrigBaseVTableSize();
|
||||
int GetImplBaseVTableSize();
|
||||
int GetOrigImplBaseVTableSize();
|
||||
int GetIFaceVMethodSize();
|
||||
BfType* GetUnionInnerType(bool* wantSplat = NULL);
|
||||
BfPrimitiveType* GetDiscriminatorType(int* outDataIdx = NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue