VirtualBox

Changeset 43884 in vbox


Ignore:
Timestamp:
Nov 15, 2012 4:44:57 PM (12 years ago)
Author:
vboxsync
Message:

VMM: bits.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r43849 r43884  
    561561#define VMX_EXIT_VMFUNC             59
    562562/** The maximum exit value (inclusive). */
    563 #define VMX_EXIT_MAX_INDEX          VMX_EXIT_VMFUNC
     563#define VMX_EXIT_MAX                (VMX_EXIT_VMFUNC)
    564564/** @} */
    565565
  • trunk/include/iprt/x86.h

    r43803 r43884  
    30563056/** Pointer to a const x86 exception code. */
    30573057typedef const X86XCPT *PCX86XCPT;
     3058/** The maximum exception value. */
     3059#define X86_XCPT_MAX                (X86_XCPT_XF)
    30583060
    30593061
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