Fix warning when compiled with DBG=0

svn path=/trunk/; revision=24795
This commit is contained in:
Aleksey Bragin 2006-11-20 13:07:57 +00:00
parent 0ecf7d35d0
commit 732eec1ad8

View file

@ -932,7 +932,9 @@ ExPhase2Init(PVOID Context)
/* Unmap Low memory, and initialize the MPW and Balancer Thread */
MmInit3();
#if DBG
extern ULONG Guard;
#endif
ASSERT(Guard == 0xCACA1234);
/* Initialize VDM support */