Changeset 92543 in vbox for trunk/src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp
- Timestamp:
- Nov 22, 2021 10:27:34 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp
r92542 r92543 1474 1474 if (fMaybeChangedMode) 1475 1475 { 1476 int rc = PGMChangeMode(pVCpu, pVCpu->cpum.GstCtx.cr0, pVCpu->cpum.GstCtx.cr4, pVCpu->cpum.GstCtx.msrEFER); 1476 int rc = PGMChangeMode(pVCpu, pVCpu->cpum.GstCtx.cr0, pVCpu->cpum.GstCtx.cr4, 1477 pVCpu->cpum.GstCtx.msrEFER, false /*fForce*/); 1477 1478 AssertMsgReturn(rc == VINF_SUCCESS, ("rc=%Rrc\n", rc), RT_FAILURE_NP(rc) ? rc : VERR_NEM_IPE_1); 1478 1479 }
Note:
See TracChangeset
for help on using the changeset viewer.