mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +00:00
[NTOSKRNL]
Fix another place where a non-rounded address is used. svn path=/trunk/; revision=56202
This commit is contained in:
parent
2f78ce801d
commit
a1de3e633b
1 changed files with 1 additions and 1 deletions
|
@ -1431,7 +1431,7 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace,
|
|||
}
|
||||
MmLockAddressSpace(AddressSpace);
|
||||
Status = MmCreateVirtualMapping(Process,
|
||||
Address,
|
||||
PAddress,
|
||||
Region->Protect,
|
||||
&Page,
|
||||
1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue