Changeset 32053 in vbox for trunk/src/VBox/VMM/PGMSavedState.cpp
- Timestamp:
- Aug 27, 2010 2:10:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r32051 r32053 278 278 { 279 279 Assert(PGMIsLockOwner(pVM)); 280 281 if (FTMIsDeltaLoadSaveActive(pVM)) 282 return VINF_SUCCESS; /* nothing to do as nothing has changed here */ 280 283 281 284 for (PPGMROMRANGE pRom = pVM->pgm.s.pRomRangesR3; pRom; pRom = pRom->pNextR3) … … 1627 1630 SSMR3PutGCPhys(pSSM, GCPhys); 1628 1631 rc = SSMR3PutMem(pSSM, abPage, PAGE_SIZE); 1632 PGM_PAGE_CLEAR_WRITTEN_TO(pCurPage); 1633 PGM_PAGE_CLEAR_FT_DIRTY(pCurPage); 1629 1634 } 1630 1635 /* else nothing changed, so skip it. */
Note:
See TracChangeset
for help on using the changeset viewer.