- Timestamp:
- Jun 18, 2010 8:39:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r30301 r30302 1790 1790 if (RT_SUCCESS(rc)) 1791 1791 rc = pgmR3SaveRamPages( pVM, pSSM, true /*fLiveSave*/, uPass); 1792 SSMR3PutU8(pSSM, PGM_STATE_REC_END); /* (Ignore the rc, SSM takes of it.) */1792 SSMR3PutU8(pSSM, PGM_STATE_REC_END); /* (Ignore the rc, SSM takes care of it.) */ 1793 1793 1794 1794 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.