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