Fix RosBE build

svn path=/trunk/; revision=26005
This commit is contained in:
James Tabor 2007-03-05 17:35:37 +00:00
parent 5e0491122d
commit 47dae7de28

View file

@ -1154,7 +1154,7 @@ KeEnterKernelDebugger(VOID)
_disable();
/* Check the bugcheck count */
if (!InterlockedDecrement(&KeBugCheckCount))
if (!InterlockedDecrement((PLONG)&KeBugCheckCount))
{
/* There was only one, is the debugger disabled? */
if (!(KdDebuggerEnabled) && !(KdPitchDebugger))