We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20c09f commit 9c66d9eCopy full SHA for 9c66d9e
sdk/lib/crt/msvcrtex.cmake
@@ -48,6 +48,7 @@ if(ARCH STREQUAL "i386")
48
if(MSVC AND DLL_EXPORT_VERSION LESS 0x600)
49
list(APPEND MSVCRTEX_ASM_SOURCE
50
except/i386/__CxxFrameHandler3.s
51
+ math/i386/ftol2_asm.s
52
math/i386/ftoul2_legacy_asm.s)
53
list(APPEND MSVCRTEX_SOURCE
54
except/i386/CxxHandleV8Frame.c)
0 commit comments