VirtualBox

Changeset 94972 in vbox


Ignore:
Timestamp:
May 9, 2022 6:51:51 PM (3 years ago)
Author:
vboxsync
Message:

VMM/NEM/darwin: Use g_CpumHostFeatures. [build fix] bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp

    r94961 r94972  
    22102210     * See Intel "Model-Specific Registers" spec.
    22112211     */
    2212     uint32_t const uFamilyModel = (g_CpumHostFeatures.uFamily << 8)
    2213                                 | g_CpumHostFeatures.uModel;
     2212    uint32_t const uFamilyModel = (g_CpumHostFeatures.s.uFamily << 8)
     2213                                | g_CpumHostFeatures.s.uModel;
    22142214    switch (uFamilyModel)
    22152215    {
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