commit | e98128057a372a69952afcaaf44ada68d6a0220c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 22 17:24:25 2023 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Aug 22 17:24:25 2023 +0100 |
tree | 9a1eab0f9cf5da24f6e1ab42f05a2854f569d99e | |
parent | 75b135661ad1ef90b925fff4da73daf3a67cbfc9 [diff] |
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>