Changeset 17282 in vbox for trunk/include/VBox
- Timestamp:
- Mar 3, 2009 2:27:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r17235 r17282 212 212 /** Reason for leaving GC: The IRET resuming guest code trapped. */ 213 213 #define VINF_EM_RAW_IRET_TRAP 1139 214 /** Reason for leaving GC: Emulate (MM)IO intensive code in the recompiler. */ 215 #define VINF_EM_RAW_EMULATE_IO_BLOCK 1140 214 216 /** The interpreter was unable to deal with the instruction at hand. */ 215 217 #define VERR_EM_INTERPRETER (-1148)
Note:
See TracChangeset
for help on using the changeset viewer.