* 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;
}
DECLSPEC_NORETURN
NTKERNELAPI
VOID
NTAPI

View file

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

View file

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