target/s390x: Remove DISAS_PC_STALE_NOCHAIN
commit872e13796f732cfd65c4dc62bd2e4bbdbb4fa848
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 2 Jul 2022 06:02:27 +0000 (2 11:32 +0530)
committerThomas Huth <thuth@redhat.com>
Wed, 6 Jul 2022 17:04:57 +0000 (6 19:04 +0200)
tree4328b4ea9280357880eba23b1bb615a7b38c5700
parent8ec2edac5f32117b523620a216638704d80bbed9
target/s390x: Remove DISAS_PC_STALE_NOCHAIN

Replace this with a flag: exit_to_mainloop.
We can now control the exit for each of DISAS_TOO_MANY,
DISAS_PC_UPDATED, and DISAS_PC_CC_UPDATED, and fold in
the check for PER.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220702060228.420454-4-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/tcg/translate.c