提交 18a98d1c 编写于 作者: C Caoruihong

move noreturn attribute in front

Change-Id: Idce45c48e41b6794de21635517cab8a9d2c9ef03
上级 6ee33eb8
......@@ -183,7 +183,7 @@ extern UINT32 LOS_ExcRegHook(EXC_PROC_FUNC excHook);
* los_exc.h: the header file that contains the API declaration.
* @see None.
*/
VOID LOS_Panic(const CHAR *fmt, ...) NORETURN;
NORETURN VOID LOS_Panic(const CHAR *fmt, ...);
/**
* @ingroup los_exc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册