VirtualBox

Changeset 39944 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 1, 2012 9:16:23 PM (13 years ago)
Author:
vboxsync
Message:

VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r39854 r39944  
    19911991
    19921992
     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
    19932005
    19942006/** @name VBox Extension Pack Status Codes
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette