mirror of
https://github.com/frida/tinycc
synced 2024-12-25 06:26:49 +03:00
1caee8ab3b
I removed the XMM6/7 registers from the register list because they are not used on Win64 however they are necessary for parameter passing on x86-64. I have now restored them but not marked them with RC_FLOAT so they will not be used except for parameter passing.
6 lines
161 B
C
6 lines
161 B
C
#define CONFIG_TCCDIR "${CONFIG_TCCDIR}"
|
|
#define TCC_VERSION "${TCC_VERSION}"
|
|
|
|
#cmakedefine CONFIG_WIN32
|
|
#cmakedefine CONFIG_WIN64
|
|
#cmakedefine CONFIG_TCC_BCHECK |