Browse Source
The SH4 targets are only built as 32-bit: $ git grep TARGET_LONG_BITS configs/targets/sh4* configs/targets/sh4-linux-user.mak:5:TARGET_LONG_BITS=32 configs/targets/sh4-softmmu.mak:2:TARGET_LONG_BITS=32 configs/targets/sh4eb-linux-user.mak:6:TARGET_LONG_BITS=32 configs/targets/sh4eb-softmmu.mak:3: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-36-philmd@linaro.org>master
1 changed files with 16 additions and 16 deletions
Loading…
Reference in new issue