[NTOSKRNL]

Fix another place where a non-rounded address is used.

svn path=/trunk/; revision=56202
This commit is contained in:
Art Yerkes 2012-03-21 10:18:39 +00:00
parent 2f78ce801d
commit a1de3e633b

View file

@ -1431,7 +1431,7 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace,
} }
MmLockAddressSpace(AddressSpace); MmLockAddressSpace(AddressSpace);
Status = MmCreateVirtualMapping(Process, Status = MmCreateVirtualMapping(Process,
Address, PAddress,
Region->Protect, Region->Protect,
&Page, &Page,
1); 1);