mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NTOSKRNL]
* Generate a trace when we hit this issue. svn path=/trunk/; revision=62375
This commit is contained in:
@@ -5300,6 +5300,7 @@ MmGetPhysicalAddress(PVOID Address)
|
||||
}
|
||||
|
||||
DPRINT1("MM:MmGetPhysicalAddressFailed base address was %p\n", Address);
|
||||
KeRosDumpStackFrames(NULL, 20);
|
||||
PhysicalAddress.QuadPart = 0;
|
||||
return PhysicalAddress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user