]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Fix MemOp for STGP
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 31 Jul 2023 10:17:27 +0000 (11:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 31 Jul 2023 10:17:27 +0000 (11:17 +0100)
commit638511e99207290c83d87326187e41f88fb92301
treed0faba021d636728bb47ea95aa8d71617cf6e5bb
parentccb86f079a9e4d94918086a9df18c1844347aff8
target/arm: Fix MemOp for STGP

When converting to decodetree, the code to rebuild mop for the pair
only made it into trans_STP and not into trans_STGP.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1790
Fixes: 8c212eb6594 ("target/arm: Convert load/store-pair to decodetree")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230726165416.309624-1-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-a64.c