Changeset 27465 in vbox for trunk/src/VBox
- Timestamp:
- Mar 17, 2010 11:00:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r27378 r27465 1536 1536 pPage->fDirty = false; 1537 1537 1538 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 1539 uint32_t iPrevSubset = PGMDynMapPushAutoSubset(VMMGetCpu(pVM)); 1540 #endif 1541 1538 1542 #ifdef VBOX_STRICT 1539 1543 uint64_t fFlags = 0; … … 1581 1585 else 1582 1586 Log(("Removed dirty page %RGp cMods=%d cChanges=%d\n", pPage->GCPhys, pPage->cModifications, cChanges)); 1587 1588 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 1589 PGMDynMapPopAutoSubset(VMMGetCpu(pVM), iPrevSubset); 1590 #endif 1583 1591 } 1584 1592
Note:
See TracChangeset
for help on using the changeset viewer.