Changeset 6287
- Timestamp:
- 01/09/08 01:46:48 (11 months ago)
- Files:
-
- trunk/include/VBox/pdmins.h (modified) (1 diff)
- trunk/include/VBox/ssm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/pdmins.h
r5999 r6287 85 85 #define PDMINS2DATA_R0PTR(pIns) PDMINS_2_DATA_R0PTR(pIns) 86 86 87 /** @} */ 88 87 89 #endif trunk/include/VBox/ssm.h
r5999 r6287 55 55 /** Will continue execution after saving the VM. */ 56 56 SSMAFTER_CONTINUE, 57 /** Will debug the saved state. 58 * This is used to drop some of the stricter consitentcy checks so it'll 57 /** Will debug the saved state. 58 * This is used to drop some of the stricter consitentcy checks so it'll 59 59 * load fine in the debugger or animator. */ 60 60 SSMAFTER_DEBUG_IT, … … 1125 1125 SSMR3DECL(SSMAFTER) SSMR3HandleGetAfter(PSSMHANDLE pSSM); 1126 1126 1127 1127 /** @} */ 1128 1128 #endif /* IN_RING3 */ 1129 1129

