projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
866be65
)
target-alpha: Mark helper_excp as NORETURN.
author
Richard Henderson
<rth@twiddle.net>
Mon, 4 Jan 2010 19:25:22 +0000
(11:25 -0800)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 23 Feb 2010 22:36:22 +0000
(23:36 +0100)
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-alpha/op_helper.c
patch
|
blob
|
history
diff --git
a/target-alpha/op_helper.c
b/target-alpha/op_helper.c
index 00f5c1f260cc917cf1db23ff17003da56646c565..8bb5d55a23b27490327d96f2c9f834abd3c978cc 100644
(file)
--- a/
target-alpha/op_helper.c
+++ b/
target-alpha/op_helper.c
@@
-24,7
+24,7
@@
/*****************************************************************************/
/* Exceptions processing helpers */
-void helper_excp (int excp, int error)
+void
QEMU_NORETURN
helper_excp (int excp, int error)
{
env->exception_index = excp;
env->error_code = error;