mirror of https://github.com/xqemu/xqemu.git
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:
parent
866be65dfd
commit
c2c789cf9e
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Exceptions processing helpers */
|
/* Exceptions processing helpers */
|
||||||
void helper_excp (int excp, int error)
|
void QEMU_NORETURN helper_excp (int excp, int error)
|
||||||
{
|
{
|
||||||
env->exception_index = excp;
|
env->exception_index = excp;
|
||||||
env->error_code = error;
|
env->error_code = error;
|
||||||
|
|
Loading…
Reference in New Issue