make TypeInfo smaller

This commit is contained in:
T0b1
2024-05-04 02:06:03 +02:00
parent 4f065dca4d
commit 843ca4dd5f

View File

@@ -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