Changeset 80656 in vbox for trunk/src/VBox
- Timestamp:
- Sep 9, 2019 4:13:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r80655 r80656 4192 4192 4193 4193 /* 4194 * At least verify if VMX is enabled, since we can't check if we're in 4195 * VMX root mode or notwithout causing a #GP.4194 * At least verify if VMX is enabled, since we can't check if we're in VMX root mode or not 4195 * without causing a #GP. 4196 4196 */ 4197 4197 RTCCUINTREG const uHostCr4 = ASMGetCR4();
Note:
See TracChangeset
for help on using the changeset viewer.