Changeset 76004 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 6, 2018 9:06:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r76003 r76004 14006 14006 * instruction (so we set fExecuteInhibit to false). 14007 14007 */ 14008 if (CPUMIsGuestInVmxNonRootMode(IEM_GET_CTX(pVCpu))) 14008 if ( rcStrict == VINF_SUCCESS 14009 && CPUMIsGuestInVmxNonRootMode(IEM_GET_CTX(pVCpu))) 14009 14010 { 14010 14011 /* TPR-below threshold/APIC write has the highest priority. */
Note:
See TracChangeset
for help on using the changeset viewer.