]> 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>
Thu, 24 Aug 2023 15:49:15 +0000 (18:49 +0300)
commit63188a00bbea863cbcd9a081a8df29863d0e8f58
treecd7e8e9234c6fd2db634b90338cb24615862cb2e
parent7012e20b2d714ef509fa88ad9cb39d4d139db226
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