VirtualBox

Changeset 97258 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 20, 2022 3:31:34 PM (2 years ago)
Author:
vboxsync
Message:

IEM: Don't #UD on PREFETCHW if fLongMode is set; needs more work!

File:
1 edited

Legend:

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

    r97257 r97258  
    20432043{
    20442044    /* AMD prefetch group, Intel implements this as NOP Ev (and so do we). */
    2045     if (!IEM_GET_GUEST_CPU_FEATURES(pVCpu)->f3DNowPrefetch)
     2045    if (!IEM_GET_GUEST_CPU_FEATURES(pVCpu)->fLongMode && !IEM_GET_GUEST_CPU_FEATURES(pVCpu)->f3DNowPrefetch)
    20462046    {
    20472047        IEMOP_MNEMONIC(GrpPNotSupported, "GrpP");
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