diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-10-04 13:30:20 -0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-07 11:33:20 +0200 |
commit | a0bc3cefe287cdaf604817e0477bb03a04b88b34 (patch) | |
tree | 25de9bd52acb6da082bd856f7ee89faaf7c15435 /scripts | |
parent | c76c86fba53801769df19e9cf72630240f7eb256 (diff) | |
download | qemu-a0bc3cefe287cdaf604817e0477bb03a04b88b34.zip qemu-a0bc3cefe287cdaf604817e0477bb03a04b88b34.tar.gz qemu-a0bc3cefe287cdaf604817e0477bb03a04b88b34.tar.bz2 |
target/s390x: Replace ldtul_p() -> ldq_p()
The S390X target is only built for 64-bit.
Using ldtul_p() is pointless, replace by ldq_p().
Mechanical change doing:
$ sed -i -e 's/ldtul_p/ldq_p/' $(git grep -wl ldtul_p target/s390x/)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241004163042.85922-5-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions