- Timestamp:
- Oct 23, 2007 2:20:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r4598 r5442 152 152 #endif 153 153 } 154 /* Restore CR4 again; don't leave the X86_CR4_VMXE flag set if it wasn't so before (some software could incorrectly think it's in VMX mode) */ 155 ASMSetCR4(pVM->hwaccm.s.vmx.hostCR4); 154 156 } 155 157 else
Note:
See TracChangeset
for help on using the changeset viewer.