Changeset 6287 in vbox for trunk/include/VBox
- Timestamp:
- Jan 9, 2008 12:46:48 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27145
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.