]> 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>
Mon, 11 Sep 2023 07:53:50 +0000 (10:53 +0300)
commita4513825800795319844c1119de376da1b5159a7
tree0899f9e83449266afeec3f6ef444917ac40b3d68
parent7400b82afb2a6b8fb54f017161dabab8b8bb815f
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/translate.c