Changeset 47568 in vbox for trunk/include/VBox
- Timestamp:
- Aug 7, 2013 3:11:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r47445 r47568 2175 2175 /** Invalid instruction length passed to an IEM function. */ 2176 2176 #define VERR_IEM_INVALID_INSTR_LENGTH (-5304) 2177 /** Internal status code for indicating that a selector isn't valid (LAR, LSL, 2178 * VERR, VERW). This is not used outside the instruction implementations. */ 2179 #define VINF_IEM_SELECTOR_NOT_OK (5305) 2177 2180 /** This particular aspect of the instruction is not yet implemented by IEM. */ 2178 2181 #define VERR_IEM_ASPECT_NOT_IMPLEMENTED (-5391)
Note:
See TracChangeset
for help on using the changeset viewer.