VirtualBox

Changeset 54777 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 16, 2015 12:19:46 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98962
Message:

cpumR3LoadGuestCpuIdArray: Forgot to initialize fFlags in when faking up leaf 4 for old saved states.

File:
1 edited

Legend:

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

    r54763 r54777  
    35133513                          | (UINT32_C(1) << 5)    /* cache level */
    35143514                          | UINT32_C(1);          /* cache type (data) */
     3515                Leaf.fFlags       = 0;
    35153516                rc = cpumR3CpuIdInsert(NULL /* pVM */, ppaLeaves, pcLeaves, &Leaf);
    35163517                if (RT_SUCCESS(rc))
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