mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Reenabled a debug message.
svn path=/trunk/; revision=17304
This commit is contained in:
parent
2d99925f41
commit
312f880b0f
1 changed files with 1 additions and 3 deletions
|
@ -39,9 +39,7 @@ BOOLEAN STDCALL
|
|||
HalStartNextProcessor(ULONG Unknown1,
|
||||
ULONG ProcessorStack)
|
||||
{
|
||||
#if 0
|
||||
DPRINT("HalStartNextProcessor(%x %x)\n", ProcessorNumber, ProcessorStack);
|
||||
#endif
|
||||
DPRINT("HalStartNextProcessor(%x %x)\n", Unknown1, ProcessorStack);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue