On 3/20/26 2:10 AM, Philippe Mathieu-Daudé wrote:
Simplify MonitorDef::get_value() handler by having it always
return a int64_t type. Truncate to 32-bit in the single caller.
Note, this handler is only implemented once for the x86 targets.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
include/monitor/hmp-target.h | 6 +-----
monitor/hmp-target.c | 5 ++++-
target/i386/monitor.c | 4 ++--
3 files changed, 7 insertions(+), 8 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>