VirtualBox

Changeset 9725 in vbox


Ignore:
Timestamp:
Jun 16, 2008 1:53:14 PM (17 years ago)
Author:
vboxsync
Message:

Ignore MSR_K6_EFER_LMA

File:
1 edited

Legend:

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

    r9724 r9725  
    23012301
    23022302        /* There are a few more: e.g. MSR_K6_EFER_FFXSR, MSR_K6_EFER_LMSLE */
    2303         AssertMsg(!(val & ~(MSR_K6_EFER_NXE|MSR_K6_EFER_LME|MSR_K6_EFER_SCE)), ("Unexpected value %RX64\n", val));
     2303        AssertMsg(!(val & ~(MSR_K6_EFER_NXE|MSR_K6_EFER_LME|MSR_K6_EFER_LMA /* ignored anyway */ |MSR_K6_EFER_SCE)), ("Unexpected value %RX64\n", val));
    23042304        pCtx->msrEFER = (pCtx->msrEFER & ~uMask) | (val & uMask);
    23052305        break;
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