VirtualBox

Changeset 3362

Show
Ignore:
Timestamp:
07/03/07 00:58:15 (2 years ago)
Author:
vboxsync
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy