mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOSKRNL]
* Move the trace call before the debug print. svn path=/trunk/; revision=62376
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user