VirtualBox

Changeset 80912 in vbox


Ignore:
Timestamp:
Sep 20, 2019 5:49:12 AM (5 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Nit.

File:
1 edited

Legend:

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

    r80841 r80912  
    17331733            uValidHostCr4 |= X86_CR4_PAE;
    17341734        else
    1735             uValidHostCr4 &= ~X86_CR4_PCIDE;
     1735            uValidHostCr4 &= ~(uint64_t)X86_CR4_PCIDE;
    17361736
    17371737        /* Verify we have not modified CR4 fixed bits in VMX non-root operation. */
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