Changeset 97258 in vbox for trunk/src/VBox
- Timestamp:
- Oct 20, 2022 3:31:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h
r97257 r97258 2043 2043 { 2044 2044 /* AMD prefetch group, Intel implements this as NOP Ev (and so do we). */ 2045 if (!IEM_GET_GUEST_CPU_FEATURES(pVCpu)->f 3DNowPrefetch)2045 if (!IEM_GET_GUEST_CPU_FEATURES(pVCpu)->fLongMode && !IEM_GET_GUEST_CPU_FEATURES(pVCpu)->f3DNowPrefetch) 2046 2046 { 2047 2047 IEMOP_MNEMONIC(GrpPNotSupported, "GrpP");
Note:
See TracChangeset
for help on using the changeset viewer.