fix decimal enum value display

This commit is contained in:
Ryan Fleury
2024-01-19 22:13:04 -08:00
parent 0bc96a086a
commit f3db75a05b
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -4730,7 +4730,7 @@ df_string_from_simple_typed_eval(Arena *arena, TG_Graph *graph, RADDBG_Parsed *r
{
result = push_str8f(arena, "0x%I64x (%S)", eval.imm_u64, constant_name);
}
else if(constant_name.size != 0)
else
{
result = push_str8f(arena, "0x%I64x (%I64u)", eval.imm_u64, eval.imm_u64);
}
+3
View File
@@ -29,6 +29,9 @@
////////////////////////////////
//~ rjf: Hot, Medium Priority Tasks (Low-Hanging-Fruit Features, UI Jank, Cleanup)
//
// [ ] escaping in config files - breakpoint labels etc.
// [ ] focus changing between query bar & panel content via mouse
//
// [ ] ** while typing, "Alt" Windows menu things should not happen
//
// [ ] visualize conversion failures