Changeset 29983 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 2, 2010 12:16:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r29980 r29983 3614 3614 Log(("New region %d base=%RGv size %x\n", i, pRegions[i].GCRegionAddr, pRegions[i].cbRegion)); 3615 3615 pGlobalModule->aRegions[i].GCRegionAddr = pRegions[i].GCRegionAddr; 3616 pGlobalModule->aRegions[i].cbRegion = pRegions[i].cbRegion;3616 pGlobalModule->aRegions[i].cbRegion = RT_ALIGN_T(pRegions[i].cbRegion, PAGE_SIZE, uint32_t); 3617 3617 pGlobalModule->aRegions[i].u32Alignment = 0; 3618 3618 pGlobalModule->aRegions[i].paHCPhysPageID = NULL; /* uninitialized. */
Note:
See TracChangeset
for help on using the changeset viewer.