[NTOS:MM]

- Improve a debug print

svn path=/trunk/; revision=72482
This commit is contained in:
Thomas Faber 2016-08-28 08:17:03 +00:00
parent c93742a831
commit 4359ce1117

View file

@ -765,7 +765,7 @@ MmCreateVirtualMappingUnsafe(PEPROCESS Process,
/* There should not be anything valid here */
if (Pte != 0)
{
DPRINT1("Bad PTE %lx\n", Pte);
DPRINT1("Bad PTE %lx at %p for %p + %lu\n", Pte, Pt, Address, i);
KeBugCheck(MEMORY_MANAGEMENT);
}