VirtualBox

Changeset 2763

Show
Ignore:
Timestamp:
05/22/07 14:27:50 (2 years ago)
Author:
vboxsync
Message:

Correction

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/hwacc_vmx.h

    r2737 r2763  
    212212#define MSR_IA32_VMX_MISC_CR3_TARGET(a)                         ((a >> 16ULL) & 0x1FF) 
    213213/** Maximum nr of MSRs in the VMCS. (N+1)*512. */ 
    214 #define MSR_IA32_VMX_MISC_MAX_MSR(a)                            (((a >> 25ULL) & 0x7) + 1) * 512) 
     214#define MSR_IA32_VMX_MISC_MAX_MSR(a)                            ((((a >> 25ULL) & 0x7) + 1) * 512) 
    215215/** MSEG revision identifier used by the processor. */ 
    216216#define MSR_IA32_VMX_MISC_MSEG_ID(a)                            (a >> 32ULL) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy