Browse Source
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() Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20260219191955.83815-35-philmd@linaro.org>master
1 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue