Changeset 80843 in vbox for trunk/src/VBox
- Timestamp:
- Sep 17, 2019 8:28:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r80842 r80843 1619 1619 if (RT_FAILURE(rc)) 1620 1620 { 1621 /* Restore CR4.VMXE if it was not set prior to our attempt to set it above. */ 1621 1622 if (!(uOldCr4 & X86_CR4_VMXE)) 1622 1623 SUPR0ChangeCR4(0 /* fOrMask */, ~X86_CR4_VMXE);
Note:
See TracChangeset
for help on using the changeset viewer.