target/s390x: Raise exception from per_store_real
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 05:44:13 +0000 (22:44 -0700)
committerThomas Huth <thuth@redhat.com>
Wed, 29 May 2024 10:41:15 +0000 (12:41 +0200)
commit31b2d4a1b3136f727866326b2cee5e993ea36e8a
treec4e078d0ab08908586d74ebf6f3eb6f33f1db788
parent5331339651dbf081cb78c219f000dab243022de9
target/s390x: Raise exception from per_store_real

At this point the instruction is complete and there's nothing
left to do but raise the exception.  With this change we need
not make two helper calls for this event.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240502054417.234340-11-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/helper.h
target/s390x/tcg/misc_helper.c
target/s390x/tcg/translate.c