Commit in reactos/ntoskrnl/ke/i386 on MAIN | |||
exp.c | +1 | -1 | 1.99 -> 1.100 |
small bugfix to KeRosDumpStackFrames
diff -u -r1.99 -r1.100 --- exp.c 18 Dec 2004 20:26:03 -0000 1.99 +++ exp.c 19 Dec 2004 05:08:53 -0000 1.100 @@ -656,7 +656,7 @@
#elif defined(_MSC_VER) __asm mov [Frame], ebp #endif
- Frame = (PULONG)Frame[0]; // step out of KeRosDumpStackFrames
+ //Frame = (PULONG)Frame[0]; // step out of KeRosDumpStackFrames
} while ( MmIsAddressValid(Frame) && i++ < FrameCount ) {