VirtualBox

Changeset 100183 in vbox for trunk/include


Ignore:
Timestamp:
Jun 15, 2023 9:04:04 PM (18 months ago)
Author:
vboxsync
Message:

VMM/IEM: More recompilation code. bugref:10369

File:
1 edited

Legend:

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

    r100144 r100183  
    24992499 *  VERR, VERW).  This is not used outside the instruction implementations. */
    25002500#define VINF_IEM_SELECTOR_NOT_OK                    (5305)
     2501/** Recompiler: Translation block allocation failed. */
     2502#define VERR_IEM_TB_ALLOC_FAILED                    (-5309)
     2503/** Recompiled execution: Stop execution TB - Mode (fExec) changed. */
     2504#define VINF_IEM_REEXEC_MODE_CHANGED                (5310)
    25012505/** Restart the current instruction. For testing only. */
    25022506#define VERR_IEM_RESTART_INSTRUCTION                (-5389)
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