VirtualBox

Changeset 107047 in vbox


Ignore:
Timestamp:
Nov 20, 2024 3:22:03 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165999
Message:

VMM/IEM: whoops, also fix missing IE condition in [v]round[ps][sd] instruction emulation; bugref:9898; bugref:10658; jiraref:VBP-1205

File:
1 edited

Legend:

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

    r107045 r107047  
    1994819948    if (fExact && (SoftState.exceptionFlags & X86_MXCSR_PE))
    1994919949        *pfMxcsr |= X86_MXCSR_PE;
     19950    if (SoftState.exceptionFlags & X86_MXCSR_IE)
     19951        *pfMxcsr |= X86_MXCSR_IE;
    1995019952    return r32Dst;
    1995119953}
     
    1996419966    if (fExact && (SoftState.exceptionFlags & X86_MXCSR_PE))
    1996519967        *pfMxcsr |= X86_MXCSR_PE;
     19968    if (SoftState.exceptionFlags & X86_MXCSR_IE)
     19969        *pfMxcsr |= X86_MXCSR_IE;
    1996619970    return r64Dst;
    1996719971}
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