mirror of
https://github.com/reactos/reactos.git
synced 2025-07-16 01:44:02 +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);
|
DPRINT1("MM:MmGetPhysicalAddressFailed base address was %p\n", Address);
|
||||||
|
KeRosDumpStackFrames(NULL, 20);
|
||||||
PhysicalAddress.QuadPart = 0;
|
PhysicalAddress.QuadPart = 0;
|
||||||
return PhysicalAddress;
|
return PhysicalAddress;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue