Changeset 72777 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 29, 2018 6:04:40 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123319
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72772 r72777 2825 2825 2826 2826 fWhat &= pCtx->fExtrn; 2827 if (fWhat & pCtx->fExtrn)2827 if (fWhat) 2828 2828 { 2829 2829 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r72776 r72777 6170 6170 6171 6171 fWhat &= pCtx->fExtrn; 6172 if (fWhat & pCtx->fExtrn)6172 if (fWhat) 6173 6173 { 6174 6174 do
Note:
See TracChangeset
for help on using the changeset viewer.