VirtualBox

Changeset 102065 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 10, 2023 4:14:51 PM (15 months ago)
Author:
vboxsync
Message:

VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16. Fixed a bunch of variable, register & stack allocator issues. bugref:10371

File:
1 edited

Legend:

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

    r101844 r102065  
    25832583/** Recompiler: Out of stack slots. */
    25842584#define VERR_IEM_VAR_OUT_OF_STACK_SLOTS             (-5362)
     2585/** Recompiler: Unexpected kind of variable. */
     2586#define VERR_IEM_VAR_UNEXPECTED_KIND                (-5363)
    25852587/** Recompiler: Variable management internal processing error \#1. */
    2586 #define VERR_IEM_VAR_IPE_1                          (-5363)
     2588#define VERR_IEM_VAR_IPE_1                          (-5364)
    25872589/** Recompiler: Variable management internal processing error \#2. */
    2588 #define VERR_IEM_VAR_IPE_2                          (-5364)
     2590#define VERR_IEM_VAR_IPE_2                          (-5365)
    25892591/** Recompiler: Variable management internal processing error \#3. */
    2590 #define VERR_IEM_VAR_IPE_3                          (-5365)
     2592#define VERR_IEM_VAR_IPE_3                          (-5366)
    25912593/** Recompiler: Variable management internal processing error \#4. */
    2592 #define VERR_IEM_VAR_IPE_4                          (-5366)
     2594#define VERR_IEM_VAR_IPE_4                          (-5367)
    25932595/** Recompiler: Variable management internal processing error \#5. */
    2594 #define VERR_IEM_VAR_IPE_5                          (-5367)
     2596#define VERR_IEM_VAR_IPE_5                          (-5368)
    25952597
    25962598/** Recompiler: Unimplemented case. */
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