Fixed invalid type name in bitfields
This commit is contained in:
parent
8f16a733b9
commit
cf1fe04431
@ -786,7 +786,7 @@ namespace hex::lang {
|
|||||||
else
|
else
|
||||||
ImGui::Text("%llu bits", entrySize);
|
ImGui::Text("%llu bits", entrySize);
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
ImGui::Text("%s", entryName.c_str());
|
ImGui::TextColored(ImColor(0xFF9BC64D), "bits");
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
{
|
{
|
||||||
u128 fieldValue = 0;
|
u128 fieldValue = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user