From: Richard Henderson Date: Sun, 20 Jun 2021 03:52:04 +0000 (-0700) Subject: target/cris: Mark helper_raise_exception noreturn X-Git-Tag: v6.1.0-rc0~47^2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71fc4615c644fcd9c30141652af0679a644aa636;p=thirdparty%2Fqemu.git target/cris: Mark helper_raise_exception noreturn Reviewed-by: Edgar E. Iglesias Tested-by: Edgar E. Iglesias Signed-off-by: Richard Henderson --- diff --git a/target/cris/helper.h b/target/cris/helper.h index 20d21c43585..3abf6086828 100644 --- a/target/cris/helper.h +++ b/target/cris/helper.h @@ -1,4 +1,4 @@ -DEF_HELPER_2(raise_exception, void, env, i32) +DEF_HELPER_2(raise_exception, noreturn, env, i32) DEF_HELPER_2(tlb_flush_pid, void, env, i32) DEF_HELPER_2(spc_write, void, env, i32) DEF_HELPER_1(rfe, void, env)