VirtualBox

Changeset 96951 in vbox


Ignore:
Timestamp:
Sep 30, 2022 10:22:02 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Clear high bits of destination operand for vmread for 32-bit operand size.

File:
1 edited

Legend:

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

    r96946 r96951  
    71217121            IEM_MC_REF_GREG_U32(pu32Dst, IEM_GET_MODRM_RM(pVCpu, bRm));
    71227122            IEM_MC_CALL_CIMPL_2(iemCImpl_vmread_reg32, pu32Dst, u32Enc);
     7123            IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF(pu32Dst);
    71237124            IEM_MC_END();
    71247125        }
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