VirtualBox

Changeset 90250 in vbox


Ignore:
Timestamp:
Jul 20, 2021 8:58:43 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145789
Message:

IEM: Fixed copy & paste error for 16-bit xchg. bugref:10052

File:
1 edited

Legend:

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

    r89974 r90250  
    37173717                IEM_MC_REF_GREG_U16(pu16Reg, ((bRm >> X86_MODRM_REG_SHIFT) & X86_MODRM_REG_SMASK) | pVCpu->iem.s.uRexReg);
    37183718                if (!pVCpu->iem.s.fDisregardLock)
    3719                     IEM_MC_CALL_VOID_AIMPL_2(iemAImpl_xchg_u16_unlocked, pu16Mem, pu16Reg);
     3719                    IEM_MC_CALL_VOID_AIMPL_2(iemAImpl_xchg_u16_locked, pu16Mem, pu16Reg);
    37203720                else
    37213721                    IEM_MC_CALL_VOID_AIMPL_2(iemAImpl_xchg_u16_unlocked, pu16Mem, pu16Reg);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette