VirtualBox

Changeset 105459 in vbox


Ignore:
Timestamp:
Jul 24, 2024 8:27:10 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164118
Message:

VMM/IEM: Need to clear PE if either OE/UE is set and not masked by the guest's MXCSR, bugref:10652 [typo]

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r105441 r105459  
    38553855/** Exception Flag: Underflow.  */
    38563856#define X86_MXCSR_UE          RT_BIT_32(4)
    3857 #define X86_MXCSR_EU_BIT      4
     3857#define X86_MXCSR_UE_BIT      4
    38583858/** Exception Flag: Precision.  */
    38593859#define X86_MXCSR_PE          RT_BIT_32(5)
  • trunk/include/iprt/x86.mac

    r105457 r105459  
    13351335%define X86_MXCSR_OE_BIT      3
    13361336%define X86_MXCSR_UE          RT_BIT_32(4)
    1337 %define X86_MXCSR_EU_BIT      4
     1337%define X86_MXCSR_UE_BIT      4
    13381338%define X86_MXCSR_PE          RT_BIT_32(5)
    13391339%define X86_MXCSR_PE_BIT      5
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