target/i386: Mark some helpers as noreturn
commitb82055aece019636c8f1c1b0e199066a0270c6c1
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 May 2021 15:13:26 +0000 (14 10:13 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 19 May 2021 17:17:11 +0000 (19 12:17 -0500)
tree08dc4383f05ac5d4670855606d083f9e2561001a
parent8d6806c7dd44f8d8423d0cf0fb9de21ef0501cbe
target/i386: Mark some helpers as noreturn

Any helper that always raises an exception or interrupt,
or simply exits to the main loop, can be so marked.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210514151342.384376-35-richard.henderson@linaro.org>
target/i386/helper.h
target/i386/tcg/bpt_helper.c
target/i386/tcg/excp_helper.c
target/i386/tcg/misc_helper.c
target/i386/tcg/translate.c