Changeset 107047 in vbox
- Timestamp:
- Nov 20, 2024 3:22:03 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165999
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r107045 r107047 19948 19948 if (fExact && (SoftState.exceptionFlags & X86_MXCSR_PE)) 19949 19949 *pfMxcsr |= X86_MXCSR_PE; 19950 if (SoftState.exceptionFlags & X86_MXCSR_IE) 19951 *pfMxcsr |= X86_MXCSR_IE; 19950 19952 return r32Dst; 19951 19953 } … … 19964 19966 if (fExact && (SoftState.exceptionFlags & X86_MXCSR_PE)) 19965 19967 *pfMxcsr |= X86_MXCSR_PE; 19968 if (SoftState.exceptionFlags & X86_MXCSR_IE) 19969 *pfMxcsr |= X86_MXCSR_IE; 19966 19970 return r64Dst; 19967 19971 }
Note:
See TracChangeset
for help on using the changeset viewer.