mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
Properly use the second param.
svn path=/trunk/; revision=24764
This commit is contained in:
parent
44eba681e0
commit
8b93146888
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ HalStartNextProcessor(
|
|||
|
||||
DPRINT1("Attempting to boot CPU %d\n", CPU);
|
||||
|
||||
//FIXME: ProcessorStack?
|
||||
//HaliStartApplicationProcessor(CPU, ProcessorStack);
|
||||
HaliStartApplicationProcessor(CPU, (ULONG)ProcessorState);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue