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' target/alpha/);
     done

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  target/alpha/helper.c | 11 ++++++-----
  1 file changed, 6 insertions(+), 5 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to