On 12/25/25 03:00, Philippe Mathieu-Daudé wrote:
The Alpha architecture uses little endianness. Directly use the little-endian LD/ST API.Mechanical change running: $ for a in uw w l q; do \ sed -i -e "s/ld${a}_p(/ld${a}_le_p(/" \ $(git grep -wlE '(ld|st)u?[wlq]_p' hw/alpha/); done Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- hw/alpha/dp264.c | 11 +++++------ hw/alpha/typhoon.c | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
