target-alpha: Mark helper_excp as NORETURN.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Richard Henderson 2010-01-04 11:25:22 -08:00 committed by Aurelien Jarno
parent 866be65dfd
commit c2c789cf9e
1 changed files with 1 additions and 1 deletions

View File

@ -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;