Changeset 66582 in vbox for trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h
- Timestamp:
- Apr 17, 2017 3:12:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h
r66581 r66582 890 890 IEM_MC_RAISE_GP0_IF_CPL_NOT_ZERO(); 891 891 IEMOP_HLP_SVM_CTRL_INTERCEPT(pVCpu, SVM_CTRL_INTERCEPT_INVD, SVM_EXIT_INVD, 0, 0); 892 #else 893 RT_NOREF_PV(pVCpu); 892 894 #endif 893 895 /** @todo implement invd for the regular case (above only handles nested SVM
Note:
See TracChangeset
for help on using the changeset viewer.