- Timestamp:
- Sep 30, 2009 11:26:26 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r23453 r23456 1202 1202 if (uPass == 0) 1203 1203 rc = pgmR3SaveRomVirginPages( pVM, pSSM, true /*fLiveSave*/); 1204 else 1205 rc = VINF_SUCCESS; 1204 1206 if (RT_SUCCESS(rc)) 1205 1207 rc = pgmR3SaveShadowedRomPages(pVM, pSSM, true /*fLiveSave*/, false /*fFinalPass*/); … … 2137 2139 pRealPage = NULL; 2138 2140 break; 2141 2142 default: AssertLogRelFailedReturn(VERR_INTERNAL_ERROR); /* shut up gcc */ 2139 2143 } 2140 2144 if (!pRealPage)
Note:
See TracChangeset
for help on using the changeset viewer.