Signed-off-by: Richard Henderson <r...@twiddle.net> --- target-alpha/helper.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index 9f97c5d..a184def 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -1,6 +1,6 @@ #include "def-helper.h" -DEF_HELPER_3(excp, void, env, int, int) +DEF_HELPER_3(excp, noreturn, env, int, int) DEF_HELPER_FLAGS_1(load_pcc, TCG_CALL_CONST | TCG_CALL_PURE, i64, env) DEF_HELPER_3(addqv, i64, env, i64, i64) -- 1.7.7.6