[NTOSKRNL]

* Move the trace call before the debug print.

svn path=/trunk/; revision=62376
This commit is contained in:
Amine Khaldi 2014-03-02 12:27:42 +00:00
parent fc63b50ede
commit acfa62fbeb

View file

@ -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;
}