Changeset 94545 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 11, 2022 12:15:06 AM (3 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r94539 r94545 469 469 endif 470 470 471 VMMR0_SDKS = VBOX_SOFTFLOAT 471 VMMR0_SDKS = VBOX_SOFTFLOATR0 472 472 473 473 VMMR0_INCS = \ -
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r94543 r94545 27 27 #include <iprt/uint256.h> 28 28 29 #ifndef IN_RING030 29 RT_C_DECLS_BEGIN 31 # 30 #include <softfloat.h> 32 31 RT_C_DECLS_END 33 #endif34 32 35 33 … … 4660 4658 switch (fFcw & X86_FCW_RC_MASK) 4661 4659 { 4660 default: /* (for the simple-minded MSC which otherwise things fAdd would be used uninitialized) */ 4662 4661 case X86_FCW_RC_NEAREST: 4663 4662 if (puMantissa->QWords.qw1 & RT_BIT_64(63))
Note:
See TracChangeset
for help on using the changeset viewer.