[ros-diffs] [arty] 56202: [NTOSKRNL] Fix another place where a non-rounded address is used.

arty at svn.reactos.org arty at svn.reactos.org
Wed Mar 21 10:18:39 UTC 2012


Author: arty
Date: Wed Mar 21 10:18:39 2012
New Revision: 56202

URL: http://svn.reactos.org/svn/reactos?rev=56202&view=rev
Log:
[NTOSKRNL]
Fix another place where a non-rounded address is used.

Modified:
    trunk/reactos/ntoskrnl/mm/section.c

Modified: trunk/reactos/ntoskrnl/mm/section.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/section.c?rev=56202&r1=56201&r2=56202&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] Wed Mar 21 10:18:39 2012
@@ -1431,7 +1431,7 @@
       }
       MmLockAddressSpace(AddressSpace);
       Status = MmCreateVirtualMapping(Process,
-                                      Address,
+                                      PAddress,
                                       Region->Protect,
                                       &Page,
                                       1);




More information about the Ros-diffs mailing list