VirtualBox

Changeset 72918 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jul 5, 2018 1:53:14 PM (6 years ago)
Author:
vboxsync
Message:

NEM/win: Cleanups. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp

    r72917 r72918  
    12861286         * Call worker.
    12871287         */
    1288         rc = nemR0WinExportState(pGVM, pGVCpu, CPUMQueryGuestCtxPtr(pVCpu));
     1288        rc = nemR0WinExportState(pGVM, pGVCpu, &pVCpu->cpum.GstCtx);
    12891289    }
    12901290    return rc;
     
    22072207         * Call worker.
    22082208         */
    2209         rc = nemR0WinImportState(pGVM, pGVCpu, CPUMQueryGuestCtxPtr(pVCpu), fWhat);
     2209        rc = nemR0WinImportState(pGVM, pGVCpu, &pVCpu->cpum.GstCtx, fWhat);
    22102210    }
    22112211    return rc;
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