mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
[NTOS]: Silence more debug spew.
svn path=/trunk/; revision=47607
This commit is contained in:
parent
143221853b
commit
01194e41b9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ MiResolveDemandZeroFault(IN PVOID Address,
|
||||||
{
|
{
|
||||||
PFN_NUMBER PageFrameNumber;
|
PFN_NUMBER PageFrameNumber;
|
||||||
MMPTE TempPte;
|
MMPTE TempPte;
|
||||||
DPRINT1("ARM3 Demand Zero Page Fault Handler for address: %p in process: %p\n",
|
DPRINT("ARM3 Demand Zero Page Fault Handler for address: %p in process: %p\n",
|
||||||
Address,
|
Address,
|
||||||
Process);
|
Process);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue