!174 将NORETURN声明放到函数前,KEIL不支持放在函数后
Merge pull request !174 from Caoruihong/fix_noreturn
This commit is contained in:
commit
0c1ff2ef76
|
@ -183,7 +183,7 @@ extern UINT32 LOS_ExcRegHook(EXC_PROC_FUNC excHook);
|
||||||
* los_exc.h: the header file that contains the API declaration.
|
* los_exc.h: the header file that contains the API declaration.
|
||||||
* @see None.
|
* @see None.
|
||||||
*/
|
*/
|
||||||
VOID LOS_Panic(const CHAR *fmt, ...) NORETURN;
|
NORETURN VOID LOS_Panic(const CHAR *fmt, ...);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup los_exc
|
* @ingroup los_exc
|
||||||
|
|
Loading…
Reference in New Issue