mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
fix decimal enum value display
This commit is contained in:
@@ -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);
|
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);
|
result = push_str8f(arena, "0x%I64x (%I64u)", eval.imm_u64, eval.imm_u64);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,9 @@
|
|||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
//~ rjf: Hot, Medium Priority Tasks (Low-Hanging-Fruit Features, UI Jank, Cleanup)
|
//~ 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
|
// [ ] ** while typing, "Alt" Windows menu things should not happen
|
||||||
//
|
//
|
||||||
// [ ] visualize conversion failures
|
// [ ] visualize conversion failures
|
||||||
|
|||||||
Reference in New Issue
Block a user