VirtualBox

Changeset 102068 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Nov 11, 2023 2:31:16 AM (13 months ago)
Author:
vboxsync
Message:

VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32 and IEM_MC_FETCH_GREG_U32. bugref:10371

File:
1 edited

Legend:

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

    r102065 r102068  
    25952595/** Recompiler: Variable management internal processing error \#5. */
    25962596#define VERR_IEM_VAR_IPE_5                          (-5368)
     2597/** Recompiler: Variable management internal processing error \#6. */
     2598#define VERR_IEM_VAR_IPE_6                          (-5369)
     2599/** Recompiler: Variable management internal processing error \#7. */
     2600#define VERR_IEM_VAR_IPE_7                          (-5370)
    25972601
    25982602/** Recompiler: Unimplemented case. */
    2599 #define VERR_IEM_EMIT_CASE_NOT_IMPLEMENTED_1        (-5370)
     2603#define VERR_IEM_EMIT_CASE_NOT_IMPLEMENTED_1        (-5380)
    26002604
    26012605/** Restart the current instruction. For testing only. */
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