mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOS:MM] Initialize MmSubsectionBase on x86 builds. CORE-16731
Spotted by Vadim Galyant.
This commit is contained in:
parent
25a5aee86f
commit
74a2c6ba42
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ MiInitMachineDependent(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
|||
StartPde++;
|
||||
}
|
||||
|
||||
MmSubsectionBase = (ULONG_PTR)MmNonPagedPoolStart;
|
||||
|
||||
//
|
||||
// Now remember where the expansion starts
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue