Re: [PATCH 05/14] target/s390x: Convert op_ld32s to op_ld
Philippe Mathieu-Daudé <[email protected]> Sun, 2 Aug 2026 16:17:42 +0200
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 31/7/26 20:56, Richard Henderson wrote: > Note that op_ld32s already or'd in insn->data, with the only > use being MO_ALIGN. We now put the entire MemOp in insn->data. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/s390x/tcg/translate.c | 7 ------- > target/s390x/tcg/insn-data.h.inc | 14 +++++++------- > 2 files changed, 7 insertions(+), 14 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>