* Consistently mark KeBugCheckEx with the noreturn attribute. Patch by Igor Paliychuk.

svn path=/trunk/; revision=51854
This commit is contained in:
Amine Khaldi 2011-05-22 22:08:01 +00:00
parent 07ce2672d8
commit df547b1581
3 changed files with 3 additions and 2 deletions

View file

@ -340,6 +340,7 @@ MsgBoxPrint(const char *Format, ...)
return 0; return 0;
} }
DECLSPEC_NORETURN
NTKERNELAPI NTKERNELAPI
VOID VOID
NTAPI NTAPI

View file

@ -9772,8 +9772,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
} }
#endif #endif
DECLSPEC_NORETURN
NTKERNELAPI NTKERNELAPI
//DECLSPEC_NORETURN
VOID VOID
NTAPI NTAPI
KeBugCheckEx( KeBugCheckEx(

View file

@ -207,8 +207,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
} }
#endif #endif
DECLSPEC_NORETURN
NTKERNELAPI NTKERNELAPI
//DECLSPEC_NORETURN
VOID VOID
NTAPI NTAPI
KeBugCheckEx( KeBugCheckEx(