mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOSKRNL]
Fix another place where a non-rounded address is used. svn path=/trunk/; revision=56202
This commit is contained in:
@@ -1431,7 +1431,7 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace,
|
||||
}
|
||||
MmLockAddressSpace(AddressSpace);
|
||||
Status = MmCreateVirtualMapping(Process,
|
||||
Address,
|
||||
PAddress,
|
||||
Region->Protect,
|
||||
&Page,
|
||||
1);
|
||||
|
||||
Reference in New Issue
Block a user