Changeset 72917 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jul 5, 2018 1:50:01 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123466
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EMR3Nem.cpp
r72749 r72917 490 490 if (pVCpu->cpum.GstCtx.fExtrn) 491 491 { 492 int rcImport = NEMImportStateOnDemand(pVCpu, &pVCpu->cpum.GstCtx,pVCpu->cpum.GstCtx.fExtrn);492 int rcImport = NEMImportStateOnDemand(pVCpu, pVCpu->cpum.GstCtx.fExtrn); 493 493 AssertReturn(RT_SUCCESS(rcImport) || RT_FAILURE_NP(rcStrict), rcImport); 494 494 }
Note:
See TracChangeset
for help on using the changeset viewer.