From 55fddd661187bd321343776e2d460cc4e67d225b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 24 Mar 2012 09:51:15 -0700 Subject: target-alpha: Use noreturn marker in helper.h. Signed-off-by: Richard Henderson Signed-off-by: Blue Swirl --- target-alpha/helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-alpha') 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) -- cgit v1.1