On 2/19/26 11:19 AM, Philippe Mathieu-Daudé wrote:
The Renesas RX target is only built as 32-bit:$ git grep TARGET_LONG_BITS configs/targets/rx* configs/targets/rx-softmmu.mak:5:TARGET_LONG_BITS=32 Mechanically replace: gdb_get_regl() -> gdb_get_reg32() Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/rx/gdbstub.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
