Changeset 70862 in vbox
- Timestamp:
- Feb 5, 2018 10:58:07 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r70861 r70862 15448 15448 iemMemRollback(pVCpu); 15449 15449 pVCpu->iem.s.cLongJumps++; 15450 # ifdef VBOX_WITH_NESTED_HWVIRT15451 /*15452 * When a nested-guest causes an exception intercept when fetching memory15453 * (e.g. IEM_MC_FETCH_MEM_U16) as part of instruction execution, we need this15454 * to fix-up VINF_SVM_VMEXIT on the longjmp way out, otherwise we will guru.15455 */15456 rcStrict = iemExecStatusCodeFiddling(pVCpu, rcStrict);15457 # endif15458 15450 } 15459 15451 pVCpu->iem.s.CTX_SUFF(pJmpBuf) = pSavedJmpBuf;
Note:
See TracChangeset
for help on using the changeset viewer.