Print stack frames as densely as possible.

svn path=/trunk/; revision=3248
This commit is contained in:
David Welch 2002-07-17 23:11:37 +00:00
parent d7c17b103d
commit 90bd33d955

View file

@ -301,7 +301,7 @@ KiDoubleFaultHandler(VOID)
{
print_address((PVOID)Frame[1]);
Frame = (PULONG)Frame[0];
DbgPrint("\n");
DbgPrint(" ");
}
#else
DbgPrint("Frames: ");
@ -470,7 +470,7 @@ KiDumpTrapFrame(PKTRAP_FRAME Tf, ULONG Parameter1, ULONG Parameter2)
print_address((PVOID)Frame[1]);
Frame = (PULONG)Frame[0];
i++;
DbgPrint("\n");
DbgPrint(" ");
}
}