mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
[NTOSKRNL]
Forgot to commit this file. svn path=/trunk/; revision=61623
This commit is contained in:
parent
c633b79451
commit
af7aa8d819
1 changed files with 1 additions and 2 deletions
|
@ -649,7 +649,7 @@ UseSet:
|
||||||
LoaderExtension = LoaderBlock->Extension;
|
LoaderExtension = LoaderBlock->Extension;
|
||||||
if (LoaderExtension)
|
if (LoaderExtension)
|
||||||
{
|
{
|
||||||
ASSERTMSG("ReactOS doesn't support NTLDR Profiles yet!\n", FALSE);
|
DPRINT("ReactOS doesn't support NTLDR Profiles yet!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create the current hardware profile key */
|
/* Create the current hardware profile key */
|
||||||
|
@ -816,7 +816,6 @@ CmpInitializeSystemHive(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||||
if (HiveBase)
|
if (HiveBase)
|
||||||
{
|
{
|
||||||
/* Import it */
|
/* Import it */
|
||||||
((PHBASE_BLOCK)HiveBase)->Length = LoaderBlock->RegistryLength;
|
|
||||||
Status = CmpInitializeHive((PCMHIVE*)&SystemHive,
|
Status = CmpInitializeHive((PCMHIVE*)&SystemHive,
|
||||||
HINIT_MEMORY,
|
HINIT_MEMORY,
|
||||||
HIVE_NOLAZYFLUSH,
|
HIVE_NOLAZYFLUSH,
|
||||||
|
|
Loading…
Reference in a new issue