Changeset 27566 in vbox
- Timestamp:
- Mar 22, 2010 12:02:06 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r27543 r27566 297 297 { 298 298 for (PPGMROMRANGE pRom = pVM->pgm.s.pRomRangesR3; pRom; pRom = pRom->pNextR3) 299 AssertLogRelMsg(pRom->idSavedState != UINT8_MAX, ("%s\n", pRom->pszDesc)); 299 AssertLogRelMsg(pRom->idSavedState != UINT8_MAX, 300 ("The \"%s\" ROM was not found in the saved state. Probably due to some misconfiguration\n", 301 pRom->pszDesc)); 300 302 return VINF_SUCCESS; /* the end */ 301 303 }
Note:
See TracChangeset
for help on using the changeset viewer.