Changeset 32431 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 11, 2010 6:02:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65796
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r31383 r32431 3765 3765 RTMemFree(pRec->aRegions[i].paHCPhysPageID); 3766 3766 3767 Assert(pRec->Core.Key == GCBaseAddr || pRec->enmGuestOS == VBOXOSFAMILY_Windows64); 3767 Assert(pRec->Core.Key == GCBaseAddr || pRec->enmGuestOS == VBOXOSFAMILY_Windows64); 3768 3768 Assert(pRec->cRegions == pRecVM->cRegions); 3769 3769 #ifdef VBOX_STRICT -
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r32087 r32431 408 408 } 409 409 410 -
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r32418 r32431 79 79 #if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64) 80 80 /* Increase the size of the image to work around the refusal of Win64 to 81 * load images in the 0x80000 range. 81 * load images in the 0x80000 range. 82 82 */ 83 83 static uint64_t u64BloatImage[8192] = {0};
Note:
See TracChangeset
for help on using the changeset viewer.