mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
* Consistently mark KeBugCheckEx with the noreturn attribute. Patch by Igor Paliychuk.
svn path=/trunk/; revision=51854
This commit is contained in:
@@ -340,6 +340,7 @@ MsgBoxPrint(const char *Format, ...)
|
||||
return 0;
|
||||
}
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
NTKERNELAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
||||
@@ -9772,8 +9772,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||
}
|
||||
#endif
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
NTKERNELAPI
|
||||
//DECLSPEC_NORETURN
|
||||
VOID
|
||||
NTAPI
|
||||
KeBugCheckEx(
|
||||
|
||||
@@ -207,8 +207,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||
}
|
||||
#endif
|
||||
|
||||
DECLSPEC_NORETURN
|
||||
NTKERNELAPI
|
||||
//DECLSPEC_NORETURN
|
||||
VOID
|
||||
NTAPI
|
||||
KeBugCheckEx(
|
||||
|
||||
Reference in New Issue
Block a user