VirtualBox

Changeset 54893 in vbox


Ignore:
Timestamp:
Mar 21, 2015 6:04:21 PM (10 years ago)
Author:
vboxsync
Message:

typo - X86_MXSCR_MM is bit 17 according to figure 4-2 in APM1 v3.20.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r54892 r54893  
    25372537#define X86_MXSCR_FZ          RT_BIT(15)
    25382538
    2539 /** Misaligned Exception Mask.  */
    2540 #define X86_MXSCR_MM          RT_BIT(16)
     2539/** Misaligned Exception Mask (AMD MISALIGNSSE).  */
     2540#define X86_MXSCR_MM          RT_BIT(17)
    25412541/** @} */
    25422542
  • trunk/include/iprt/x86.mac

    r54892 r54893  
    647647%define X86_MXSCR_RC_ZERO     0x6000
    648648%define X86_MXSCR_FZ          RT_BIT(15)
    649 %define X86_MXSCR_MM          RT_BIT(16)
     649%define X86_MXSCR_MM          RT_BIT(17)
    650650%ifndef VBOX_FOR_DTRACE_LIB
    651651%endif
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