[CMAKE]
[reactos.git] / ntoskrnl / mm / ARM3 / pagfault.c
index 789fdeb..f3f2b6c 100644 (file)
@@ -683,7 +683,7 @@ MmArmAccessFault(IN BOOLEAN StoreInstruction,
         //
         // Is the PDE valid?
         //
-        if (!PointerPde->u.Hard.Valid == 0)
+        if (PointerPde->u.Hard.Valid == 0)
         {
             //
             // Debug spew (eww!)