Changeset 70860 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 5, 2018 10:41:07 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r70782 r70860 2917 2917 PSVMVMCBCTRL pVmcbNstGstCtrl = &pVmcbNstGst->ctrl; 2918 2918 PCSVMNESTEDVMCBCACHE pVmcbNstGstCache = &pVCpu->hm.s.svm.NstGstVmcbCache; 2919 Assert(pCtx->hwvirt.svm.fHMCachedVmcb); 2919 Assert(pCtx->hwvirt.svm.fHMCachedVmcb); RT_NOREF(pCtx); 2920 2920 2921 2921 /*
Note:
See TracChangeset
for help on using the changeset viewer.