VirtualBox

Changeset 70178 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 16, 2017 9:36:23 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119743
Message:

VMM/HMSVMAll: Fix regression introduced in r114296. Typo while determining the MSRPM bit offset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp

    r70176 r70178  
    249249        /* AMD Seventh and Eighth Generation Processor MSRs. */
    250250        *pbOffMsrpm = 0x1000;
    251         *puMsrpmBit = (idMsr - 0xc0001000) << 1;
     251        *puMsrpmBit = (idMsr - 0xc0010000) << 1;
    252252        return VINF_SUCCESS;
    253253    }
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