diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-10-04 13:30:34 -0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-07 11:33:20 +0200 |
commit | 3a76d302047ce4518cedef7a9feca1238a00f97b (patch) | |
tree | f395be1645159c05093f3270e12ce73a8de81833 /scripts | |
parent | 77b535cfdd1abf2d528fa04a83d925a8f8a86c92 (diff) | |
download | qemu-3a76d302047ce4518cedef7a9feca1238a00f97b.zip qemu-3a76d302047ce4518cedef7a9feca1238a00f97b.tar.gz qemu-3a76d302047ce4518cedef7a9feca1238a00f97b.tar.bz2 |
target/m68k: Use explicit big-endian LD/ST API
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions