Changeset 39944 in vbox for trunk/include/VBox
- Timestamp:
- Feb 1, 2012 9:16:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r39854 r39944 1991 1991 1992 1992 1993 /** @name IEM Status Codes 1994 * @{ */ 1995 /** The instruction is not yet implemented by IEM. */ 1996 #define VERR_IEM_INSTR_NOT_IMPLEMENTED (-5300) 1997 /** This particular aspect of the instruction is not yet implemented by IEM. */ 1998 #define VERR_IEM_ASPECT_NOT_IMPLEMENTED (-5391) 1999 /** Internal processing error \#1 in the IEM code.. */ 2000 #define VERR_IEM_IPE_1 (-5392) 2001 /** Internal processing error \#2 in the IEM code.. */ 2002 #define VERR_IEM_IPE_2 (-5393) 2003 /** @} */ 2004 1993 2005 1994 2006 /** @name VBox Extension Pack Status Codes
Note:
See TracChangeset
for help on using the changeset viewer.