mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[HAL_XBOX]
Fix build svn path=/trunk/; revision=53627
This commit is contained in:
parent
d9ab860e67
commit
d78423aadc
1 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,16 @@
|
|||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
HalpInitProcessor(
|
||||
IN ULONG ProcessorNumber,
|
||||
IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
{
|
||||
/* Set default IDR */
|
||||
KeGetPcr()->IDR = 0xFFFFFFFB;
|
||||
}
|
||||
|
||||
VOID
|
||||
HalpInitPhase0(PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue