Am Fri, 4 Oct 2024 01:42:01 +0200 schrieb Philippe Mathieu-Daudé <phi...@linaro.org>:
> The M68K architecture uses big endianness. Directly use > the big-endian LD/ST API. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > hw/m68k/bootinfo.h | 28 ++++++++++++++-------------- > hw/m68k/mcf5208.c | 2 +- > hw/m68k/next-cube.c | 2 +- > hw/m68k/q800.c | 4 ++-- > 4 files changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Thomas Huth <h...@tuxfamily.org>