target/nios2: Mark raise_exception() as noreturn
commit236f6709ae0da224314c3344c339ed0dc07c15cf
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 29 Jul 2021 10:13:15 +0000 (29 12:13 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 30 Jul 2021 18:23:12 +0000 (30 08:23 -1000)
treebce9af4a3fbd81f2418ebd704b09be60cb079dc1
parent7039e1f60486662d238ea1a16992a3efe80d7840
target/nios2: Mark raise_exception() as noreturn

Raised exceptions don't return, so mark the helper with noreturn.

Fixes: 032c76bc6f9 ("nios2: Add architecture emulation support")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210729101315.2318714-1-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/nios2/helper.h