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