VirtualBox

Changeset 3362 in vbox


Ignore:
Timestamp:
Jul 2, 2007 10:58:15 PM (18 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

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

    r2981 r3362  
    222222 */
    223223/** Highest field index. */
    224 #define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a)                 ((a >> 1ULL) & 0x1FF))
     224#define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a)                 ((a >> 1ULL) & 0x1FF)
    225225
    226226/** @} */
     
    720720        "ir"((uint32_t)pVMXOn),        /* don't allow direct memory reference here, */
    721721        "ir"((uint32_t)(pVMXOn >> 32)) /* this would not work with -fomit-frame-pointer */
     722       :"memory"
    722723       );
    723724# else
     
    796797        "ir"((uint32_t)pVMCS),        /* don't allow direct memory reference here, */
    797798        "ir"((uint32_t)(pVMCS >> 32)) /* this would not work with -fomit-frame-pointer */
     799       :"memory"
    798800       );
    799801# else
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