mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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,
|
HalStartNextProcessor(ULONG Unknown1,
|
||||||
ULONG ProcessorStack)
|
ULONG ProcessorStack)
|
||||||
{
|
{
|
||||||
#if 0
|
DPRINT("HalStartNextProcessor(%x %x)\n", Unknown1, ProcessorStack);
|
||||||
DPRINT("HalStartNextProcessor(%x %x)\n", ProcessorNumber, ProcessorStack);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue