mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
* Consistently mark KeBugCheckEx with the noreturn attribute. Patch by Igor Paliychuk.
svn path=/trunk/; revision=51854
This commit is contained in:
parent
07ce2672d8
commit
df547b1581
3 changed files with 3 additions and 2 deletions
|
@ -340,6 +340,7 @@ MsgBoxPrint(const char *Format, ...)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DECLSPEC_NORETURN
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -9772,8 +9772,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
DECLSPEC_NORETURN
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
//DECLSPEC_NORETURN
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
KeBugCheckEx(
|
KeBugCheckEx(
|
||||||
|
|
|
@ -207,8 +207,8 @@ KeInitializeSpinLock(IN PKSPIN_LOCK SpinLock)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
DECLSPEC_NORETURN
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
//DECLSPEC_NORETURN
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
KeBugCheckEx(
|
KeBugCheckEx(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue