mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:43:05 +00:00
[NTOS:MM]
- Improve a debug print svn path=/trunk/; revision=72482
This commit is contained in:
parent
c93742a831
commit
4359ce1117
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ MmCreateVirtualMappingUnsafe(PEPROCESS Process,
|
||||||
/* There should not be anything valid here */
|
/* There should not be anything valid here */
|
||||||
if (Pte != 0)
|
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);
|
KeBugCheck(MEMORY_MANAGEMENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue