Hi, Ido reported an assertion failure after failing STCKF and provided a small assembly snippet that causes it.
This series fixes the issue and adds a test based on that snippet. Best regards, Ilya Ilya Leoshkevich (2): target/s390x/tcg: Set STCK/STCKF condition code after the store tests/tcg/s390x: Test STCKF condition code on a faulting store target/s390x/tcg/insn-data.h.inc | 4 +-- target/s390x/tcg/translate.c | 2 ++ tests/tcg/s390x/Makefile.target | 1 + tests/tcg/s390x/stckf.c | 44 ++++++++++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 tests/tcg/s390x/stckf.c -- 2.55.0
