Re: [PATCH 08/14] target/s390x: Convert op_st8 to op_st
Ilya Leoshkevich <[email protected]> Mon, 3 Aug 2026 13:45:53 +0200
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/31/26 20:56, Richard Henderson wrote: > Begin unifying store operations by storing MemOp in insn->data. > Start with op_st8. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/s390x/tcg/translate.c | 4 ++-- > target/s390x/tcg/insn-data.h.inc | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Ilya Leoshkevich <[email protected]>