mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Dumped anoying debug print
svn path=/trunk/; revision=1132
This commit is contained in:
parent
0d569ee50b
commit
0bb8878fc1
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ NTSTATUS HalInitTaskWithContext(PETHREAD Thread, PCONTEXT Context)
|
|||
|
||||
stack_start = kernel_stack + 6*PAGESIZE - sizeof(CONTEXT);
|
||||
|
||||
DPRINT1("stack_start %x kernel_stack %x\n",
|
||||
DPRINT("stack_start %x kernel_stack %x\n",
|
||||
stack_start, kernel_stack);
|
||||
|
||||
Context->SegFs = TEB_SELECTOR;
|
||||
|
|
Loading…
Reference in a new issue