mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[NTOSKRNL]
* Move the trace call before the debug print. svn path=/trunk/; revision=62376
This commit is contained in:
parent
fc63b50ede
commit
acfa62fbeb
1 changed files with 1 additions and 1 deletions
|
@ -5299,8 +5299,8 @@ MmGetPhysicalAddress(PVOID Address)
|
|||
}
|
||||
}
|
||||
|
||||
DPRINT1("MM:MmGetPhysicalAddressFailed base address was %p\n", Address);
|
||||
KeRosDumpStackFrames(NULL, 20);
|
||||
DPRINT1("MM:MmGetPhysicalAddressFailed base address was %p\n", Address);
|
||||
PhysicalAddress.QuadPart = 0;
|
||||
return PhysicalAddress;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue