Changeset 71340 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 15, 2018 6:12:38 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r70782 r71340 554 554 { 555 555 Assert(pCtx->hwvirt.svm.fHMCachedVmcb); 556 Assert(pCtx->hwvirt.fGif); 556 557 PCSVMNESTEDVMCBCACHE pVmcbNstGstCache = &pVCpu->hm.s.svm.NstGstVmcbCache; 557 558 X86EFLAGS fEFlags; … … 585 586 #else 586 587 Assert(pCtx->hwvirt.svm.fHMCachedVmcb); 588 Assert(pCtx->hwvirt.fGif); 587 589 PCSVMNESTEDVMCBCACHE pVmcbNstGstCache = &pVCpu->hm.s.svm.NstGstVmcbCache; 588 590
Note:
See TracChangeset
for help on using the changeset viewer.