make TypeInfo smaller
This commit is contained in:
@@ -254,8 +254,8 @@ namespace dbgui::data
|
|||||||
struct TypeInfo
|
struct TypeInfo
|
||||||
{
|
{
|
||||||
Type type;
|
Type type;
|
||||||
uint64_t byte_size;
|
|
||||||
TypeID enum_base;
|
TypeID enum_base;
|
||||||
|
uint64_t byte_size;
|
||||||
std::string display_name;
|
std::string display_name;
|
||||||
std::string internal_name;
|
std::string internal_name;
|
||||||
// sike, lldb doesnt give this to us
|
// sike, lldb doesnt give this to us
|
||||||
|
|||||||
Reference in New Issue
Block a user