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,
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