diff options
author | Richard Henderson <rth@twiddle.net> | 2012-03-24 09:51:15 -0700 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-03-24 17:08:03 +0000 |
commit | 55fddd661187bd321343776e2d460cc4e67d225b (patch) | |
tree | 05f5c95197fad8d65d4a48f1c87cb39d9cd7f2af /target-alpha/helper.h | |
parent | 743434099d427c17f6c8f36de81a83f83ec13fb2 (diff) | |
download | qemu-55fddd661187bd321343776e2d460cc4e67d225b.zip |
target-alpha: Use noreturn marker in helper.h.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | 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 9f97c5d788..a184def3e9 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) |