projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c93742a
)
[NTOS:MM]
author
Thomas Faber
<thomas.faber@reactos.org>
Sun, 28 Aug 2016 08:17:03 +0000
(08:17 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Sun, 28 Aug 2016 08:17:03 +0000
(08:17 +0000)
- Improve a debug print
svn path=/trunk/; revision=72482
reactos/ntoskrnl/mm/i386/page.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/mm/i386/page.c
b/reactos/ntoskrnl/mm/i386/page.c
index
457b794
..
b371c12
100644
(file)
--- a/
reactos/ntoskrnl/mm/i386/page.c
+++ b/
reactos/ntoskrnl/mm/i386/page.c
@@
-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);
}