- Don't stop backtrace at the first address that can't be displayed with module name (ie. backtrace over syscalls).

svn path=/trunk/; revision=11931
This commit is contained in:
Filip Navara 2004-12-04 22:13:09 +00:00
parent f8e3085f08
commit b5cbaeae0c

View file

@ -498,7 +498,6 @@ KiDumpTrapFrame(PKTRAP_FRAME Tf, ULONG Parameter1, ULONG Parameter2)
if (!KeRosPrintAddress(Eip))
{
DbgPrint("<%X>", Eip);
break;
}
Status = MmSafeCopyFromUser(&Frame, Frame, sizeof(Frame));
if (!NT_SUCCESS(Status))