VirtualBox

Changeset 72917 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jul 5, 2018 1:50:01 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123466
Message:

NEM: Stop passing pCtx around and use pVCpu->cpum.GstCtx instead. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EMR3Nem.cpp

    r72749 r72917  
    490490    if (pVCpu->cpum.GstCtx.fExtrn)
    491491    {
    492         int rcImport = NEMImportStateOnDemand(pVCpu, &pVCpu->cpum.GstCtx, pVCpu->cpum.GstCtx.fExtrn);
     492        int rcImport = NEMImportStateOnDemand(pVCpu, pVCpu->cpum.GstCtx.fExtrn);
    493493        AssertReturn(RT_SUCCESS(rcImport) || RT_FAILURE_NP(rcStrict), rcImport);
    494494    }
Note: See TracChangeset for help on using the changeset viewer.

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