VirtualBox

Changeset 66231 in vbox


Ignore:
Timestamp:
Mar 23, 2017 3:09:34 PM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Windows build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp

    r66230 r66231  
    354354            Assert(   !(uValidEfer & MSR_K6_EFER_LME)
    355355                   ||  VmcbNstGst.u64CR0 & X86_CR0_PG);
    356             bool const fSvm                     = (uValidEfer & MSR_K6_EFER_SVME);
     356            bool const fSvm                     = RT_BOOL(uValidEfer & MSR_K6_EFER_SVME);
    357357            bool const fLongModeSupported       = RT_BOOL(pVM->cpum.ro.GuestFeatures.fLongMode);
    358358            bool const fLongModeActiveOrEnabled = RT_BOOL(uValidEfer & (MSR_K6_EFER_LME | MSR_K6_EFER_LMA));
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