Changeset 72918 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 5, 2018 1:53:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp
r72917 r72918 1286 1286 * Call worker. 1287 1287 */ 1288 rc = nemR0WinExportState(pGVM, pGVCpu, CPUMQueryGuestCtxPtr(pVCpu));1288 rc = nemR0WinExportState(pGVM, pGVCpu, &pVCpu->cpum.GstCtx); 1289 1289 } 1290 1290 return rc; … … 2207 2207 * Call worker. 2208 2208 */ 2209 rc = nemR0WinImportState(pGVM, pGVCpu, CPUMQueryGuestCtxPtr(pVCpu), fWhat);2209 rc = nemR0WinImportState(pGVM, pGVCpu, &pVCpu->cpum.GstCtx, fWhat); 2210 2210 } 2211 2211 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.