mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Stopped the printing of frames after the nice value 'deadbeef' in KeRosDumpStackFrames.
svn path=/trunk/; revision=10333
This commit is contained in:
@@ -660,6 +660,10 @@ KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount )
|
||||
{
|
||||
DbgPrint("<%X>", (PVOID)Frame[1]);
|
||||
}
|
||||
if (Frame[1] == 0xdeadbeef)
|
||||
{
|
||||
break;
|
||||
}
|
||||
Frame = (PULONG)Frame[0];
|
||||
DbgPrint(" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user