mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
- Remove this DPRINT1 too, it was used for debugging scheduling issues which are fixed now.
svn path=/trunk/; revision=34493
This commit is contained in:
parent
758134fc03
commit
5b41066b9e
1 changed files with 0 additions and 1 deletions
|
@ -130,5 +130,4 @@ KeArmInitThreadWithContext(IN PKTHREAD Thread,
|
|||
// Save back the new value of the kernel stack
|
||||
//
|
||||
Thread->KernelStack = (PVOID)CtxSwitchFrame;
|
||||
DPRINT1("NEW THREAD %p WITH EX FRAME AT: %p\n", Thread, Thread->KernelStack);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue