[CRT] Use chkstk_ms.s on x64 builds

This commit is contained in:
Timo Kreuzer 2018-01-29 18:37:09 +01:00
parent 38be76187a
commit aff33c855d
4 changed files with 12 additions and 14 deletions

View file

@ -112,7 +112,7 @@ if(ARCH STREQUAL "i386")
endif()
elseif(ARCH STREQUAL "amd64")
list(APPEND LIBCNTPR_ASM_SOURCE
except/amd64/chkstk_asm.s
except/amd64/chkstk_ms.s
except/amd64/seh.s
setjmp/amd64/setjmp.s
math/amd64/atan.S