Fix build with gcc 4.1.2

svn path=/branches/alex-kd-branch/; revision=25873
This commit is contained in:
Hervé Poussineau 2007-02-22 00:14:20 +00:00
parent 8bac7fc287
commit 5f18dde527
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@
#include <ndk/halfuncs.h>
#include <ndk/iofuncs.h>
#include <ndk/kdfuncs.h>
#include <internal/kd.h>
#define NDEBUG
#include <debug.h>

View file

@ -1093,7 +1093,7 @@ NTSTATUS
NTAPI
KdEnableDebuggerWithLock(BOOLEAN NeedLock)
{
KIRQL OldIrql;
KIRQL OldIrql = PASSIVE_LEVEL;
/* Check if we need to acquire the lock */
if (NeedLock)