VirtualBox

Changeset 102255 in vbox


Ignore:
Timestamp:
Nov 22, 2023 2:00:39 PM (12 months ago)
Author:
vboxsync
Message:

VMM/IEM,err.h: VERR_IEM_VAR_IPE_11 and VERR_IEM_EMIT_BAD_MEM_SIZE. bugref:10371

File:
1 edited

Legend:

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

    r102077 r102255  
    26052605/** Recompiler: Variable management internal processing error \#10. */
    26062606#define VERR_IEM_VAR_IPE_10                         (-5373)
     2607/** Recompiler: Variable management internal processing error \#11. */
     2608#define VERR_IEM_VAR_IPE_11                         (-5374)
    26072609
    26082610/** Recompiler: Unimplemented case. */
    26092611#define VERR_IEM_EMIT_CASE_NOT_IMPLEMENTED_1        (-5380)
     2612/** Recompiler: Totally unexpected memory size. */
     2613#define VERR_IEM_EMIT_BAD_MEM_SIZE                  (-5381)
    26102614
    26112615/** 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