diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index b7d56a9bbc7..4bb8d6db328 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -1685,7 +1685,7 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace, */ MmSetSavedSwapEntryPage(Page, SwapEntry); Status = MmCreateVirtualMapping(Process, - Address, + PAddress, Region->Protect, &Page, 1);