Am Fri, 4 Oct 2024 01:42:02 +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> > --- > target/m68k/gdbstub.c | 2 +- > target/m68k/helper.c | 10 +++++----- > 2 files changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Thomas Huth <h...@tuxfamily.org>