mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NTOS:MM] Initialize MmSubsectionBase on x86 builds. CORE-16731
Spotted by Vadim Galyant.
This commit is contained in:
@@ -418,6 +418,8 @@ MiInitMachineDependent(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||
StartPde++;
|
||||
}
|
||||
|
||||
MmSubsectionBase = (ULONG_PTR)MmNonPagedPoolStart;
|
||||
|
||||
//
|
||||
// Now remember where the expansion starts
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user