target/s390x: Exit tb after executing ex_value
commit3d8111fd3bf7298486bcf1a72013b44c9044104e
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 2 Jul 2022 06:02:28 +0000 (2 11:32 +0530)
committerThomas Huth <thuth@redhat.com>
Wed, 6 Jul 2022 17:04:57 +0000 (6 19:04 +0200)
tree90c1631ffd7f99f50457e4859cc07ad2ebc934cc
parent872e13796f732cfd65c4dc62bd2e4bbdbb4fa848
target/s390x: Exit tb after executing ex_value

When EXECUTE sets ex_value to interrupt the constructed instruction,
we implicitly disable interrupts so that the value is not corrupted.
Exit to the main loop after execution, so that we re-evaluate any
pending interrupts.

Reported-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220702060228.420454-5-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/translate.c