mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[NTOS:NEWCC]
In _MiMapViewOfSegment, if no base address was specified, the granularity should be 64K. svn path=/trunk/; revision=63583
This commit is contained in:
+2
-1
@@ -636,7 +636,8 @@ _MiMapViewOfSegment(PMMSUPPORT AddressSpace,
|
||||
&MArea,
|
||||
FALSE,
|
||||
AllocationType,
|
||||
PAGE_SIZE);
|
||||
*BaseAddress ?
|
||||
PAGE_SIZE : MM_ALLOCATION_GRANULARITY);
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user