]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix SME ST1Q
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 22 Aug 2023 16:31:13 +0000 (17:31 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 11 Sep 2023 07:53:50 +0000 (10:53 +0300)
commit7400b82afb2a6b8fb54f017161dabab8b8bb815f
treee243e8cb9584eb0ca220c8cb11ccc9dcd399502b
parent0b133e1435193afc4a3892cc81340117cc2ded1e
target/arm: Fix SME ST1Q

A typo, noted in the bug report, resulting in an
incorrect write offset.

Cc: qemu-stable@nongnu.org
Fixes: 7390e0e9ab8 ("target/arm: Implement SME LD1, ST1")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1833
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230818214255.146905-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 4b3520fd93cd49cc56dfcab45d90735cc2e35af7)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/sme_helper.c