mirror of
https://github.com/reactos/reactos.git
synced 2025-05-02 04:05:56 +00:00
Fix RosBE build
svn path=/trunk/; revision=26005
This commit is contained in:
parent
5e0491122d
commit
47dae7de28
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue