Changeset 92541 in vbox for trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp
- Timestamp:
- Nov 22, 2021 6:35:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp
r92495 r92541 2772 2772 if (fMaybeChangedMode) 2773 2773 { 2774 rc = PGMChangeMode(pGVCpu, pCtx->cr0, pCtx->cr4, pCtx->msrEFER );2774 rc = PGMChangeMode(pGVCpu, pCtx->cr0, pCtx->cr4, pCtx->msrEFER, false /* fForce */); 2775 2775 AssertMsgReturn(rc == VINF_SUCCESS, ("rc=%Rrc\n", rc), RT_FAILURE_NP(rc) ? rc : VERR_NEM_IPE_1); 2776 2776 }
Note:
See TracChangeset
for help on using the changeset viewer.