VirtualBox

Changeset 2763 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 22, 2007 12:27:50 PM (18 years ago)
Author:
vboxsync
Message:

Correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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)
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