Commit in reactos/ntoskrnl/ke/i386 on MAIN | |||
exp.c | -1 | 1.95 -> 1.96 |
- Don't stop backtrace at the first address that can't be displayed with module name (ie. backtrace over syscalls).
diff -u -r1.95 -r1.96 --- exp.c 27 Nov 2004 19:32:57 -0000 1.95 +++ exp.c 4 Dec 2004 22:13:09 -0000 1.96 @@ -498,7 +498,6 @@
if (!KeRosPrintAddress(Eip)) { DbgPrint("<%X>", Eip);
- break;
} Status = MmSafeCopyFromUser(&Frame, Frame, sizeof(Frame)); if (!NT_SUCCESS(Status))