small bugfix to KeRosDumpStackFrames

svn path=/trunk/; revision=12218
This commit is contained in:
Royce Mitchell III 2004-12-19 05:08:53 +00:00
parent b27cf5b226
commit 4439ab0fb9

View file

@ -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 )
{