mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:43:13 +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);
|
MmLockAddressSpace(AddressSpace);
|
||||||
Status = MmCreateVirtualMapping(Process,
|
Status = MmCreateVirtualMapping(Process,
|
||||||
Address,
|
PAddress,
|
||||||
Region->Protect,
|
Region->Protect,
|
||||||
&Page,
|
&Page,
|
||||||
1);
|
1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue