On 12/25/25 03:18, Philippe Mathieu-Daudé wrote:
The OpenRISC architecture uses big endianness. Directly use the big-endian LD/ST API.Mechanical change running: $ for a in uw w l q; do \ sed -i -e "s/ld${a}_p(/ld${a}_be_p(/" \ $(git grep -wlE '(ld|st)u?[wlq]_p' target/openrisc/); done Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/openrisc/gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
