VirtualBox

Changeset 56629 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 24, 2015 11:26:52 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101263
Message:

IEM: More internal error status codes (9).

File:
1 edited

Legend:

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

    r56381 r56629  
    22962296 *  VERR, VERW).  This is not used outside the instruction implementations. */
    22972297#define VINF_IEM_SELECTOR_NOT_OK                    (5305)
     2298/** Restart the current instruction. For testing only. */
     2299#define VERR_IEM_RESTART_INSTRUCTION                (-5389)
    22982300/** This particular aspect of the instruction is not yet implemented by IEM. */
    2299 #define VERR_IEM_ASPECT_NOT_IMPLEMENTED             (-5391)
    2300 /** Internal processing error \#1 in the IEM code.. */
    2301 #define VERR_IEM_IPE_1                              (-5392)
    2302 /** Internal processing error \#2 in the IEM code.. */
    2303 #define VERR_IEM_IPE_2                              (-5393)
    2304 /** Internal processing error \#3 in the IEM code.. */
    2305 #define VERR_IEM_IPE_3                              (-5394)
    2306 /** Restart the current instruction. For testing only. */
    2307 #define VERR_IEM_RESTART_INSTRUCTION                (-5395)
     2301#define VERR_IEM_ASPECT_NOT_IMPLEMENTED             (-5390)
     2302/** Internal processing error \#1 in the IEM code. */
     2303#define VERR_IEM_IPE_1                              (-5391)
     2304/** Internal processing error \#2 in the IEM code. */
     2305#define VERR_IEM_IPE_2                              (-5392)
     2306/** Internal processing error \#3 in the IEM code. */
     2307#define VERR_IEM_IPE_3                              (-5393)
     2308/** Internal processing error \#4 in the IEM code. */
     2309#define VERR_IEM_IPE_4                              (-5394)
     2310/** Internal processing error \#5 in the IEM code. */
     2311#define VERR_IEM_IPE_5                              (-5395)
     2312/** Internal processing error \#6 in the IEM code. */
     2313#define VERR_IEM_IPE_6                              (-5396)
     2314/** Internal processing error \#7 in the IEM code. */
     2315#define VERR_IEM_IPE_7                              (-5397)
     2316/** Internal processing error \#8 in the IEM code. */
     2317#define VERR_IEM_IPE_8                              (-5398)
     2318/** Internal processing error \#9 in the IEM code. */
     2319#define VERR_IEM_IPE_9                              (-5399)
    23082320/** @} */
    23092321
Note: See TracChangeset for help on using the changeset viewer.

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