VirtualBox

Changeset 73969 in vbox for trunk/src


Ignore:
Timestamp:
Aug 30, 2018 3:41:13 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Fix typo in VMWRITE impl.

File:
1 edited

Legend:

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

    r73959 r73969  
    10921092    /* If the VMWRITE instruction references memory, access the specified in memory operand. */
    10931093    bool const fIsRegOperand = iEffSeg == UINT8_MAX;
    1094     if (fIsRegOperand)
     1094    if (!fIsRegOperand)
    10951095    {
    10961096        static uint64_t const s_auAddrSizeMasks[] = { UINT64_C(0xffff), UINT64_C(0xffffffff), UINT64_C(0xffffffffffffffff) };
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