diff --git a/reactos/ntoskrnl/ke/i386/exp.c b/reactos/ntoskrnl/ke/i386/exp.c index 85544a44309..13e991b1462 100644 --- a/reactos/ntoskrnl/ke/i386/exp.c +++ b/reactos/ntoskrnl/ke/i386/exp.c @@ -656,7 +656,7 @@ KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount ) #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 ) {