mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
remove debug information I forgot to remove
svn path=/trunk/; revision=20865
This commit is contained in:
parent
70dcf02781
commit
24460a5027
1 changed files with 3 additions and 3 deletions
|
@ -122,12 +122,12 @@ Ke386InitThreadWithContext(PKTHREAD Thread,
|
|||
PKKINIT_FRAME InitFrame;
|
||||
InitFrame = (PKKINIT_FRAME)((ULONG_PTR)Thread->InitialStack - sizeof(KKINIT_FRAME));
|
||||
DPRINT("Setting up a kernel thread with the Frame at: %x\n", InitFrame);
|
||||
extern ULONG kernel_stack[];
|
||||
|
||||
/* Setup the Fx Area */
|
||||
FxSaveArea = &InitFrame->FxSaveArea;
|
||||
DbgPrint("->a Ldr: %d kernel_stack:0%p r0x%p InitialStack: %p Initframe: %p-%p FxSav: %p-%p\n", KeLoaderBlock.ModsCount, &kernel_stack, PAGE_ROUND_UP(&kernel_stack), Thread->InitialStack, InitFrame, (ULONG_PTR)InitFrame + sizeof(KKINIT_FRAME), FxSaveArea, (ULONG_PTR)FxSaveArea + sizeof(FX_SAVE_AREA));
|
||||
|
||||
RtlZeroMemory(FxSaveArea, sizeof(FX_SAVE_AREA));
|
||||
DbgPrint("->b Ldr: %d kernel_stack:0%p r0x%p InitialStack: %p Initframe: %p-%p FxSav: %p-%p\n", KeLoaderBlock.ModsCount, &kernel_stack, PAGE_ROUND_UP(&kernel_stack), Thread->InitialStack, InitFrame, (ULONG_PTR)InitFrame + sizeof(KKINIT_FRAME), FxSaveArea, (ULONG_PTR)FxSaveArea + sizeof(FX_SAVE_AREA));
|
||||
|
||||
Thread->NpxState = NPX_STATE_INVALID;
|
||||
|
||||
/* Setup the Stack for KiThreadStartup and Context Switching */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue