Changeset 66001 in vbox
- Timestamp:
- Mar 8, 2017 8:35:16 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/vmm/cpum.h (modified) (2 diffs)
-
src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r66000 r66001 32 32 #include <VBox/vmm/stam.h> 33 33 #include <VBox/vmm/vmapi.h> 34 #include <VBox/vmm/hm_svm.h>35 34 36 35 RT_C_DECLS_BEGIN … … 1361 1360 * See AMD spec., 15.5 "VMRUN instruction" subsection "Canonicalization and Consistency Checks". 1362 1361 */ 1363 return RT_BOOL(pCtx->hwvirt.svm.u64InterceptCtrl & SVM_CTRL_INTERCEPT_VMRUN); 1362 /** @todo Fix this -- silly recompiler is redefining this stuff... why? */ 1363 return RT_BOOL(pCtx->hwvirt.svm.u64InterceptCtrl & RT_BIT_64(32) /* SVM_CTRL_INTERCEPT_VMRUN*/); 1364 1364 /** @todo Intel VMX. */ 1365 1365 } -
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r66000 r66001 26 26 #include <VBox/vmm/hm.h> 27 27 #include <VBox/vmm/vm.h> 28 #include <VBox/vmm/hm_svm.h> 28 29 29 30
Note:
See TracChangeset
for help on using the changeset viewer.

