Changeset 30089 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 8, 2010 1:40:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r29737 r30089 129 129 if (RT_FAILURE(rc)) 130 130 { 131 if (pVM)132 VMXR0CheckError(pVM, &pVM->aCpus[0], rc);133 131 ASMSetCR4(ASMGetCR4() & ~X86_CR4_VMXE); 134 132 return VERR_VMX_VMXON_FAILED; … … 4626 4624 if (RT_FAILURE(rc2)) 4627 4625 { 4628 if (pVM)4629 VMXR0CheckError(pVM, pVCpu, rc2);4630 4626 ASMSetCR4(ASMGetCR4() & ~X86_CR4_VMXE); 4631 4627 ASMSetFlags(uOldEFlags);
Note:
See TracChangeset
for help on using the changeset viewer.