mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-30 19:20:32 -07:00
The M68K architecture uses big endianness. Directly use
the big-endian LD/ST API.
Mechanical change using:
$ end=be; \
for acc in uw w l q tul; do \
sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \
-e "s/st${acc}_p(/st${acc}_${end}_p(/" \
$(git grep -wlE '(ld|st)t?u?[wlq]_p' target/m68k/); \
done
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-ID: <20241004163042.85922-19-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
|
||
|---|---|---|
| .. | ||
| cpu-param.h | ||
| cpu-qom.h | ||
| cpu.c | ||
| cpu.h | ||
| fpu_helper.c | ||
| gdbstub.c | ||
| helper.c | ||
| helper.h | ||
| Kconfig | ||
| m68k-semi.c | ||
| meson.build | ||
| monitor.c | ||
| op_helper.c | ||
| qregs.h.inc | ||
| semihosting-stub.c | ||
| softfloat.c | ||
| softfloat.h | ||
| softfloat_fpsp_tables.h | ||
| translate.c | ||