small bugfix to KeRosDumpStackFrames
authorRoyce Mitchell III <royce3@ev1.net>
Sun, 19 Dec 2004 05:08:53 +0000 (05:08 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sun, 19 Dec 2004 05:08:53 +0000 (05:08 +0000)
svn path=/trunk/; revision=12218

reactos/ntoskrnl/ke/i386/exp.c

index 85544a4..13e991b 100644 (file)
@@ -656,7 +656,7 @@ KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount )
 #elif defined(_MSC_VER)
                __asm mov [Frame], ebp
 #endif
 #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 )
        {
        }
        while ( MmIsAddressValid(Frame) && i++ < FrameCount )
        {