move noreturn attribute in front

Change-Id: Idce45c48e41b6794de21635517cab8a9d2c9ef03
This commit is contained in:
Caoruihong 2021-04-21 17:19:56 +08:00
parent 6ee33eb893
commit 18a98d1cb4
1 changed files with 1 additions and 1 deletions

View File

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