mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- 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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user