From: Richard Henderson Date: Sun, 20 Jun 2021 03:52:04 +0000 (-0700) Subject: target/cris: Mark helper_raise_exception noreturn X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=71fc4615c644fcd9c30141652af0679a644aa636;p=qmiga%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 20d21c4358..3abf608682 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)