Changeset 70701 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 23, 2018 10:43:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r70700 r70701 3633 3633 Assert(!VMMRZCallRing3IsEnabled(pVCpu)); 3634 3634 3635 bool const fIntShadow = hmR0SvmIsIntrShadowActive(pVCpu, pCtx); 3635 3636 #ifdef VBOX_STRICT 3636 bool const fIntShadow = hmR0SvmIsIntrShadowActive(pVCpu, pCtx);3637 3637 bool const fGif = pCtx->hwvirt.svm.fGif; 3638 3638 bool fAllowInt = fGif; … … 5480 5480 { 5481 5481 uint8_t const uCr = uExitCode - SVM_EXIT_WRITE_CR0; 5482 Log4(("hmR0SvmHandleExitNested: Write CR%u\n", uCr)); 5482 Log4(("hmR0SvmHandleExitNested: Write CR%u\n", uCr)); NOREF(uCr); 5483 5483 return hmR0SvmExitWriteCRx(pVCpu, pCtx, pSvmTransient); 5484 5484 }
Note:
See TracChangeset
for help on using the changeset viewer.