mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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;
|
||||
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 */
|
||||
|
@ -816,7 +816,6 @@ CmpInitializeSystemHive(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
|||
if (HiveBase)
|
||||
{
|
||||
/* Import it */
|
||||
((PHBASE_BLOCK)HiveBase)->Length = LoaderBlock->RegistryLength;
|
||||
Status = CmpInitializeHive((PCMHIVE*)&SystemHive,
|
||||
HINIT_MEMORY,
|
||||
HIVE_NOLAZYFLUSH,
|
||||
|
|
Loading…
Reference in a new issue