VirtualBox

Changeset 74609 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 4, 2018 11:22:15 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Comment nit.

File:
1 edited

Legend:

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

    r74608 r74609  
    51625162    }
    51635163
    5164     /* read it */
     5164    /* Read it. */
    51655165    uint64_t crX;
    51665166    switch (iCrReg)
     
    52105210
    52115211#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
     5212    /* CRx bits are subject to masking when in VMX non-root mode. */
    52125213    if (IEM_VMX_IS_NON_ROOT_MODE(pVCpu))
    52135214    {
     
    52175218#endif
    52185219
    5219     /* store it */
     5220    /* Store it. */
    52205221    if (pVCpu->iem.s.enmCpuMode == IEMMODE_64BIT)
    52215222        *(uint64_t *)iemGRegRef(pVCpu, iGReg) = crX;
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