mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NTOSKRNL]
Use the rounded page address when handling a not present fault. Likely leftover from merging newcc. svn path=/trunk/; revision=56201
This commit is contained in:
parent
1cb478ab04
commit
2f78ce801d
1 changed files with 1 additions and 1 deletions
|
@ -1685,7 +1685,7 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace,
|
||||||
*/
|
*/
|
||||||
MmSetSavedSwapEntryPage(Page, SwapEntry);
|
MmSetSavedSwapEntryPage(Page, SwapEntry);
|
||||||
Status = MmCreateVirtualMapping(Process,
|
Status = MmCreateVirtualMapping(Process,
|
||||||
Address,
|
PAddress,
|
||||||
Region->Protect,
|
Region->Protect,
|
||||||
&Page,
|
&Page,
|
||||||
1);
|
1);
|
||||||
|
|
Loading…
Reference in a new issue