]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Replace MO_TE -> MO_BE
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 17 Mar 2025 13:31:49 +0000 (14:31 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commit7307ff955818d9e4eec2b155e501e360acf6eaf9
tree92fb53b1d0a72a8512b7f6aa19e7df0842027cc5
parent6c1c734f786f8279c3b0c4bf57063bc79cc5c828
target/hppa: Replace MO_TE -> MO_BE

We only build the PA-RISC targets using big endianness order:

  $ git grep TARGET_BIG_ENDIAN configs/targets/hppa-*
  configs/targets/hppa-linux-user.mak:5:TARGET_BIG_ENDIAN=y
  configs/targets/hppa-softmmu.mak:2:TARGET_BIG_ENDIAN=y

Therefore the MO_TE definition always expands to MO_BE. Use the
latter to simplify.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251009101040.18378-10-philmd@linaro.org>
target/hppa/translate.c