Changeset 107045 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 20, 2024 2:39:37 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 165997
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r106179 r107045 19946 19946 19947 19947 iemFpSoftF32ToIprt(&r32Dst, f32Src); 19948 if (fExact && (SoftState.exceptionFlags & X86_MXCSR_PE)) 19949 *pfMxcsr |= X86_MXCSR_PE; 19948 19950 return r32Dst; 19949 19951 } … … 19960 19962 19961 19963 iemFpSoftF64ToIprt(&r64Dst, f64Src); 19964 if (fExact && (SoftState.exceptionFlags & X86_MXCSR_PE)) 19965 *pfMxcsr |= X86_MXCSR_PE; 19962 19966 return r64Dst; 19963 19967 }
Note:
See TracChangeset
for help on using the changeset viewer.