On 1/6/26 7:57 AM, Philippe Mathieu-Daudé wrote:
We only build the Alpha targets using little endianness order:
$ git grep -L TARGET_BIG_ENDIAN configs/targets/alpha-*
configs/targets/alpha-linux-user.mak
configs/targets/alpha-softmmu.mak
Therefore the MO_TE definition always expands to MO_LE. Use the
latter to simplify.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
target/alpha/translate.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Reviewed-by: Pierrick Bouvier <[email protected]>