Author: akhaldi Date: Sun May 22 22:08:01 2011 New Revision: 51854
URL: http://svn.reactos.org/svn/reactos?rev=51854&view=rev Log: * Consistently mark KeBugCheckEx with the noreturn attribute. Patch by Igor Paliychuk.
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c trunk/reactos/include/ddk/wdm.h trunk/reactos/include/xdk/kefuncs.h
Modified: trunk/reactos/boot/freeldr/freeldr/debug.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/debug.... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/debug.c [iso-8859-1] Sun May 22 22:08:01 2011 @@ -340,6 +340,7 @@ return 0; }
+DECLSPEC_NORETURN NTKERNELAPI VOID NTAPI
Modified: trunk/reactos/include/ddk/wdm.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/wdm.h?rev=51854... ============================================================================== --- trunk/reactos/include/ddk/wdm.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/wdm.h [iso-8859-1] Sun May 22 22:08:01 2011 @@ -9772,8 +9772,8 @@ } #endif
-NTKERNELAPI -//DECLSPEC_NORETURN +DECLSPEC_NORETURN +NTKERNELAPI VOID NTAPI KeBugCheckEx(
Modified: trunk/reactos/include/xdk/kefuncs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/xdk/kefuncs.h?rev=5... ============================================================================== --- trunk/reactos/include/xdk/kefuncs.h [iso-8859-1] (original) +++ trunk/reactos/include/xdk/kefuncs.h [iso-8859-1] Sun May 22 22:08:01 2011 @@ -207,8 +207,8 @@ } #endif
-NTKERNELAPI -//DECLSPEC_NORETURN +DECLSPEC_NORETURN +NTKERNELAPI VOID NTAPI KeBugCheckEx(