VirtualBox

Changeset 102077 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 13, 2023 11:52:34 AM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160188
Message:

VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, IEM_MC_REF_GREG_U16, IEM_MC_CALL_VOID_AIMPL_X and IEM_MC_CALL_AIMPL_X. Added STAMUNIT_BYTES_PER_TB. bugref:10371

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r102068 r102077  
    25992599/** Recompiler: Variable management internal processing error \#7. */
    26002600#define VERR_IEM_VAR_IPE_7                          (-5370)
     2601/** Recompiler: Variable management internal processing error \#8. */
     2602#define VERR_IEM_VAR_IPE_8                          (-5371)
     2603/** Recompiler: Variable management internal processing error \#9. */
     2604#define VERR_IEM_VAR_IPE_9                          (-5372)
     2605/** Recompiler: Variable management internal processing error \#10. */
     2606#define VERR_IEM_VAR_IPE_10                         (-5373)
    26012607
    26022608/** Recompiler: Unimplemented case. */
  • trunk/include/VBox/vmm/stam.h

    r100695 r102077  
    248248    /** Instructions per translation block. */
    249249    STAMUNIT_INSTR_PER_TB,
     250    /** Bytes per translation block. */
     251    STAMUNIT_BYTES_PER_TB,
    250252    /** The end (exclusive). */
    251253    STAMUNIT_END
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