VirtualBox

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


Ignore:
Timestamp:
Jul 25, 2008 9:57:06 AM (17 years ago)
Author:
vboxsync
Message:

Wrmsr fix for MSR_IA32_SYSENTER_CS

File:
1 edited

Legend:

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

    r10661 r10883  
    24082408
    24092409    case MSR_IA32_SYSENTER_CS:
    2410         pCtx->SysEnter.cs = val;
     2410        pCtx->SysEnter.cs = val & 0xffff; /* 16 bits selector */
    24112411        break;
    24122412
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