Re: [PATCH for-8.1] target/arm: Fix MemOp for STGP

2023-07-27 Thread Peter Maydell
On Wed, 26 Jul 2023 at 19:34, Richard Henderson wrote: > > 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/sto

[PATCH for-8.1] target/arm: Fix MemOp for STGP

2023-07-26 Thread Richard Henderson
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 --- targ