]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix 64-bit SSRA
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 22 Aug 2023 16:31:14 +0000 (17:31 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 10 Sep 2023 16:39:41 +0000 (19:39 +0300)
commitd4c0ac705d720e19d9ec5b9fe1c6c7bb22b6913a
tree695315434110c635a77046c0ef8b5d0cea8a838b
parent09640031edd4314b8b2b05235f3da8114b4d5d36
target/arm: Fix 64-bit SSRA

Typo applied byte-wise shift instead of double-word shift.

Cc: qemu-stable@nongnu.org
Fixes: 631e565450c ("target/arm: Create gen_gvec_[us]sra")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1737
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230821022025.397682-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit cd1e4db73646006039f25879af3bff55b2295ff3)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/translate.c