Changeset 4190 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 16, 2007 10:48:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMSSM.cpp
r4071 r4190 294 294 || pVM->patm.s.pStatsGC != patmInfo.pStatsGC) 295 295 { 296 if (SSMR3HandleGetAfter(pSSM) == SSMAFTER_DEBUG_IT) /* hack for x86 / amd64 mix. */ 297 return VINF_SUCCESS; 296 298 AssertMsgFailed(("GC state, stat or cpum ptrs don't match!!!\n")); 297 299 return VERR_SSM_INVALID_STATE;
Note:
See TracChangeset
for help on using the changeset viewer.