target/s390x: Adjust check of noreturn in translate_one
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 May 2024 05:44:16 +0000 (22:44 -0700)
committerThomas Huth <thuth@redhat.com>
Wed, 29 May 2024 10:41:56 +0000 (12:41 +0200)
commitbe0fcbc462bb97605cc5d37b5f13a3a28c1417ac
treec13a4d1c2965f9fb15ecf9e6e47601a89166fdd2
parenta47d08ee0d45f98284806b2ddeda83bb33a2b351
target/s390x: Adjust check of noreturn in translate_one

If help_op is not set, ret == DISAS_NEXT.
Shift the test up from surrounding help_wout, help_cout
to skipping to out, as we do elsewhere in the function.

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