- Timestamp:
- Apr 10, 2022 2:19:14 PM (3 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r93901 r94539 81 81 VBoxVMM_DEFS += RTMEM_WRAP_TO_EF_APIS 82 82 endif 83 84 VBoxVMM_SDKS = VBOX_SOFTFLOAT 83 85 84 86 VBoxVMM_INCS = \ … … 467 469 endif 468 470 471 VMMR0_SDKS = VBOX_SOFTFLOAT 472 469 473 VMMR0_INCS = \ 470 474 include \ -
trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp
r94538 r94539 27 27 #include <iprt/uint256.h> 28 28 29 #ifndef IN_RING0 29 30 RT_C_DECLS_BEGIN 30 # include <softfloat.h>31 # include <softfloat.h> 31 32 RT_C_DECLS_END 33 #endif 32 34 33 35
Note:
See TracChangeset
for help on using the changeset viewer.