Changeset 4186 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 16, 2007 10:45:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r4071 r4186 1639 1639 LogRel(("The stack is not in the same place and it's not empty! GCPtrStackBottom=%VGv pbGCStackBottom=%VGv ESP=%VGv\n", 1640 1640 GCPtrStackBottom, pVM->vmm.s.pbGCStackBottom, GCPtrESP)); 1641 if (SSMR3HandleGetAfter(pSSM) == SSMAFTER_DEBUG_IT) 1642 return VINF_SUCCESS; /* ignore this */ 1641 1643 AssertFailed(); 1642 1644 return VERR_SSM_LOAD_CONFIG_MISMATCH;
Note:
See TracChangeset
for help on using the changeset viewer.