VirtualBox

Ignore:
Timestamp:
Nov 22, 2021 10:27:34 AM (3 years ago)
Author:
vboxsync
Message:

VMM/PGM: Missed one PGMChangeMode call in r148416. bugref:10092

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp

    r92542 r92543  
    14741474        if (fMaybeChangedMode)
    14751475        {
    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*/);
    14771478            AssertMsgReturn(rc == VINF_SUCCESS, ("rc=%Rrc\n", rc), RT_FAILURE_NP(rc) ? rc : VERR_NEM_IPE_1);
    14781479        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette