aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-api
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-04 11:04:29 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-15 11:55:09 -0300
commite63b5f64eeb3e1632ceb0df607616c0a3fdf9b63 (patch)
treebf8ceca487d7c87d5febffed2a935c79958b0df4 /rust/qemu-api
parent39914ae89410d000b2936fa94c1d72edab8bcf06 (diff)
downloadqemu-e63b5f64eeb3e1632ceb0df607616c0a3fdf9b63.zip
qemu-e63b5f64eeb3e1632ceb0df607616c0a3fdf9b63.tar.gz
qemu-e63b5f64eeb3e1632ceb0df607616c0a3fdf9b63.tar.bz2
target/alpha: Replace ldtul_p() -> ldq_p()
The Alpha 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/alpha/) Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241004163042.85922-4-philmd@linaro.org>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions