mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
small bugfix to KeRosDumpStackFrames
svn path=/trunk/; revision=12218
This commit is contained in:
parent
b27cf5b226
commit
4439ab0fb9
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue