]> Git Repo - qemu.git/commitdiff
target-alpha: Use noreturn marker in helper.h.
authorRichard Henderson <[email protected]>
Sat, 24 Mar 2012 16:51:15 +0000 (09:51 -0700)
committerBlue Swirl <[email protected]>
Sat, 24 Mar 2012 17:08:03 +0000 (17:08 +0000)
Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-alpha/helper.h

index 9f97c5d788cfc48cd91e5d74be3dca552385d635..a184def3e9a5c6a9e978e3da15d0ac4a143dbfe3 100644 (file)
@@ -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)
This page took 0.026402 seconds and 4 git commands to generate.