Changeset 69186 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 24, 2017 7:44:17 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69185 r69186 3598 3598 STAM_COUNTER_INC(&pVCpu->hm.s.StatLoadFull); 3599 3599 3600 PCSVMNESTEDVMCBCACHE pNstGstVmcbCache = &pVCpu->hm.s.svm.NstGstVmcbCache; 3601 Assert(pNstGstVmcbCache->fValid); 3600 Assert(pVCpu->hm.s.svm.NstGstVmcbCache.fValid); 3602 3601 3603 3602 /*
Note:
See TracChangeset
for help on using the changeset viewer.