VirtualBox

Changeset 23787 in vbox for trunk/src


Ignore:
Timestamp:
Oct 15, 2009 12:17:44 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53525
Message:

CPUM: Fixed bug in cpumR3LoadCpuId (live migration, disabled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUM.cpp

    r23758 r23787  
    945945
    946946    CPUMCPUID   GuestCpuIdDef;
    947     rc = SSMR3GetMem(pSSM, &pVM->cpum.s.GuestCpuIdDef, sizeof(pVM->cpum.s.GuestCpuIdDef));
     947    rc = SSMR3GetMem(pSSM, &GuestCpuIdDef, sizeof(GuestCpuIdDef));
    948948    AssertRCReturn(rc, rc);
    949949
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