* Sync up to trunk head (r65426).
[reactos.git] / ntoskrnl / mm / ARM3 / session.c
index f020284..a0a23f2 100644 (file)
@@ -519,7 +519,7 @@ MiSessionInitializeWorkingSetList(VOID)
     OldIrql = KeAcquireQueuedSpinLock(LockQueuePfnLock);
 
     /* Check if we need a page table */
-    if (AllocatedPageTable == TRUE)
+    if (AllocatedPageTable != FALSE)
     {
         /* Get a zeroed colored zero page */
         Color = MI_GET_NEXT_COLOR();