[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / mm / i386 / page.c
index 2a53379..5136870 100644 (file)
@@ -558,6 +558,7 @@ MmDeletePageFileMapping(PEPROCESS Process, PVOID Address,
 
     if ((Pte & PA_PRESENT) || !(Pte & 0x800))
     {
+        DPRINT1("Pte %x (want not 1 and 0x800)\n", Pte);
         KeBugCheck(MEMORY_MANAGEMENT);
     }