mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +00:00
- Stopped the printing of frames after the nice value 'deadbeef' in KeRosDumpStackFrames.
svn path=/trunk/; revision=10333
This commit is contained in:
parent
b36f5c8459
commit
06b9a76a1b
1 changed files with 4 additions and 0 deletions
|
@ -660,6 +660,10 @@ KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount )
|
||||||
{
|
{
|
||||||
DbgPrint("<%X>", (PVOID)Frame[1]);
|
DbgPrint("<%X>", (PVOID)Frame[1]);
|
||||||
}
|
}
|
||||||
|
if (Frame[1] == 0xdeadbeef)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
Frame = (PULONG)Frame[0];
|
Frame = (PULONG)Frame[0];
|
||||||
DbgPrint(" ");
|
DbgPrint(" ");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue