Changeset 42437 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 27, 2012 2:51:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r42193 r42437 231 231 * This may contain uncommitted writes. */ 232 232 uint32_t cbWritten; 233 /** Counts the VERR_IEM_INSTR_NOT_IMPLEMENTED returns. */ 234 uint32_t cRetInstrNotImplemented; 235 /** Counts the VERR_IEM_ASPECT_NOT_IMPLEMENTED returns. */ 236 uint32_t cRetAspectNotImplemented; 237 /** Counts informational statuses returned (other than VINF_SUCCESS). */ 238 uint32_t cRetInfStatuses; 239 /** Counts other error statuses returned. */ 240 uint32_t cRetErrStatuses; 233 241 #ifdef IEM_VERIFICATION_MODE 234 242 /** The Number of I/O port reads that has been performed. */
Note:
See TracChangeset
for help on using the changeset viewer.