Changeset 18981 in vbox
- Timestamp:
- Apr 17, 2009 8:20:12 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r18976 r18981 4037 4037 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 4038 4038 /* Start a subset so we won't run out of mapping space. */ 4039 PVMCPU pVCpu = VMMGetCpu(pPool->CTX_SUFF(pVM)); 4040 uint32_t iPrevSubset = PGMDynMapPushAutoSubset(pVM); 4039 uint32_t iPrevSubset = PGMDynMapPushAutoSubset(pPool->CTX_SUFF(pVM)); 4041 4040 #endif 4042 4041
Note:
See TracChangeset
for help on using the changeset viewer.