VirtualBox

Changeset 46289 in vbox for trunk/src


Ignore:
Timestamp:
May 27, 2013 2:02:52 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: debug build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46286 r46289  
    23272327#if HC_ARCH_BITS == 64
    23282328        /* Paranoia. 64-bit code requires these bits to be set always. */
    2329         Assert(u64HostEfer & (MSR_K6_EFER_LMA | MSR_K6_EFER_LME) == (MSR_K6_EFER_LMA | MSR_K6_EFER_LME));
     2329        Assert((u64HostEfer & (MSR_K6_EFER_LMA | MSR_K6_EFER_LME)) == (MSR_K6_EFER_LMA | MSR_K6_EFER_LME));
    23302330        /* All our supported 64-bit host platforms must have NXE bit set. Otherwise we can change the below code to save EFER. */
    23312331        Assert(u64HostEfer & (MSR_K6_EFER_NXE));
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