On 11/6/24 18:46, Philippe Mathieu-Daudé wrote:
These devices are only used by the M68K target, which is only
built as big-endian. Therefore the DEVICE_NATIVE_ENDIAN
definition expand to DEVICE_BIG_ENDIAN (besides, the
DEVICE_LITTLE_ENDIAN case isn't tested). Simplify directly
using DEVICE_BIG_ENDIAN.
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
hw/m68k/mcf5206.c | 2 +-
hw/m68k/mcf5208.c | 6 +++---
hw/m68k/mcf_intc.c | 2 +-
hw/m68k/next-kbd.c | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~