Remove _M_X86 in favour of _M_X86_64

This commit is contained in:
Zopolis4
2022-08-08 10:18:36 +10:00
parent 69fc7bbdad
commit f0d2ce4683
16 changed files with 27 additions and 29 deletions

View File

@ -220,7 +220,7 @@ if(_M_ARM_64)
ArmFPURoundMode.cpp
)
else()
if(_M_X86) #X86
if(_M_X86_64) #X86
target_sources(common PRIVATE
x64ABI.cpp
x64ABI.h