- Timestamp:
- Oct 23, 2009 12:33:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53875
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r24027 r24029 124 124 */ 125 125 126 if (ASMGetCR4() & X86_CR4_VMXE) )126 if (ASMGetCR4() & X86_CR4_VMXE) 127 127 return VERR_VMX_IN_VMX_ROOT_MODE; 128 128
Note:
See TracChangeset
for help on using the changeset viewer.