mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Trimmed reflected iface method table
This commit is contained in:
parent
7fdce4b5af
commit
7e111329c7
5 changed files with 26 additions and 20 deletions
|
@ -1306,7 +1306,7 @@ void DbgExprEvaluator::BeefTypeToString(const DbgTypedValue& val, String& outStr
|
|||
int32 mInheritanceId;
|
||||
int32 mInheritanceCount;
|
||||
|
||||
uint8 mInterfaceSlot;
|
||||
/*uint8 mInterfaceSlot;
|
||||
uint8 mInterfaceCount;
|
||||
int16 mMethodDataCount;
|
||||
int16 mPropertyDataCount;
|
||||
|
@ -1317,7 +1317,7 @@ void DbgExprEvaluator::BeefTypeToString(const DbgTypedValue& val, String& outStr
|
|||
addr_target mMethodDataPtr;
|
||||
addr_target mPropertyDataPtr;
|
||||
addr_target mFieldDataPtr;
|
||||
addr_target mCustomAttrDataPtr;
|
||||
addr_target mCustomAttrDataPtr;*/
|
||||
};
|
||||
|
||||
struct _SpecializedGenericType : _TypeInstance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue