VirtualBox

Changeset 98912 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 11, 2023 12:28:26 PM (23 months ago)
Author:
vboxsync
Message:

Attempt to fix compilation error introduced by r156246

File:
1 edited

Legend:

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

    r98910 r98912  
    1164411644                IEM_MC_CALC_RM_EFF_ADDR(GCPtrEffDst, bRm, 0);
    1164511645                IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX();
    11646                 IEMOP_HLP_RAISE_UD_IF_MISSING_GUEST_FEATURE(pVCpu, fSse2);
     11646                IEMOP_HLP_RAISE_UD_IF_MISSING_GUEST_FEATURE(pVCpu, IEM_GET_GUEST_CPU_FEATURES(pVCpu)->fSse2);
    1164711647
    1164811648                IEM_MC_FETCH_GREG_U32(u32Value, IEM_GET_MODRM_REG(pVCpu, bRm));
     
    1165911659                IEM_MC_CALC_RM_EFF_ADDR(GCPtrEffDst, bRm, 0);
    1166011660                IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX();
    11661                 IEMOP_HLP_RAISE_UD_IF_MISSING_GUEST_FEATURE(pVCpu, fSse2);
     11661                IEMOP_HLP_RAISE_UD_IF_MISSING_GUEST_FEATURE(pVCpu, IEM_GET_GUEST_CPU_FEATURES(pVCpu)->fSse2);
    1166211662
    1166311663                IEM_MC_FETCH_GREG_U64(u64Value, IEM_GET_MODRM_REG(pVCpu, bRm));
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