mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
small bugfix to KeRosDumpStackFrames
svn path=/trunk/; revision=12218
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user