提交 c2c789cf 编写于 作者: R Richard Henderson 提交者: Aurelien Jarno

target-alpha: Mark helper_excp as NORETURN.

Signed-off-by: NRichard Henderson <rth@twiddle.net>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 866be65d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册