OSDN Git Service

target/m68k: Mark helper_raise_exception as noreturn
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 2 Jun 2022 01:34:01 +0000 (18:34 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 2 Jun 2022 07:35:03 +0000 (09:35 +0200)
commit36a0ab595f4e24b987e67faa52d4b174f67144b6
tree5084f8e84b6fc6e772786bc325b6a363d56cf7f0
parentdc3e83d5b17ee896be0478d0231a6ed7f966e0e0
target/m68k: Mark helper_raise_exception as noreturn

Also mark raise_exception_ra and raise_exception, lest we
generate a warning about helper_raise_exception returning.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220602013401.303699-18-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/m68k/helper.h
target/m68k/op_helper.c