Changeset 52164 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 24, 2014 11:43:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r52162 r52164 7540 7540 { 7541 7541 bool const fBlockInt = !(pMixedCtx->eflags.u32 & X86_EFL_IF); 7542 if (fBlockInt) 7543 return VERR_VMX_IPE_4; 7542 Assert(!fBlockInt); 7544 7543 Assert(!fBlockSti); 7545 7544 Assert(!fBlockMovSS); … … 8492 8491 if (RT_UNLIKELY(rc != VINF_SUCCESS)) 8493 8492 { 8494 //Assert(rc == VINF_EM_RESET);8493 Assert(rc == VINF_EM_RESET); 8495 8494 return rc; 8496 8495 }
Note:
See TracChangeset
for help on using the changeset viewer.