Re: [PATCH 07/16] target/m68k: Use explicit big-endian LD/ST API

2024-10-04 Thread Thomas Huth
Am Fri, 4 Oct 2024 01:42:02 +0200 schrieb Philippe Mathieu-Daudé : > The M68K architecture uses big endianness. Directly use > the big-endian LD/ST API. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/m68k/gdbstub.c | 2 +- > target/m68k/helper.c | 10 +- > 2 files changed,

[PATCH 07/16] target/m68k: Use explicit big-endian LD/ST API

2024-10-03 Thread Philippe Mathieu-Daudé
The M68K architecture uses big endianness. Directly use the big-endian LD/ST API. Signed-off-by: Philippe Mathieu-Daudé --- target/m68k/gdbstub.c | 2 +- target/m68k/helper.c | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target/m68k/gdbstub.c b/target/m68k/gdb