diff options
| author | Richard Henderson | 2012-03-24 17:51:15 +0100 |
|---|---|---|
| committer | Blue Swirl | 2012-03-24 18:08:03 +0100 |
| commit | 55fddd661187bd321343776e2d460cc4e67d225b (patch) | |
| tree | 05f5c95197fad8d65d4a48f1c87cb39d9cd7f2af /target-alpha | |
| parent | target-alpha: Make use of fp_status.flush_inputs_to_zero. (diff) | |
| download | qemu-55fddd661187bd321343776e2d460cc4e67d225b.tar.gz qemu-55fddd661187bd321343776e2d460cc4e67d225b.tar.xz 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')
| -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) |
