mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 16:14:03 +00:00
[NTOSKRNL]
* Generate a trace when we hit this issue. svn path=/trunk/; revision=62375
This commit is contained in:
parent
4472340957
commit
fc63b50ede
1 changed files with 1 additions and 0 deletions
|
@ -5300,6 +5300,7 @@ MmGetPhysicalAddress(PVOID Address)
|
|||
}
|
||||
|
||||
DPRINT1("MM:MmGetPhysicalAddressFailed base address was %p\n", Address);
|
||||
KeRosDumpStackFrames(NULL, 20);
|
||||
PhysicalAddress.QuadPart = 0;
|
||||
return PhysicalAddress;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue