From 1caee8ab3b6c3cf3ceb06d1ec4a5e09e2d90c543 Mon Sep 17 00:00:00 2001 From: James Lyon Date: Thu, 25 Apr 2013 22:30:53 +0100 Subject: Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working on Win64 stdargs. 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. --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 79640fd..16393e9 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -#define CONFIG_TCCDIR "${CMAKE_INSTALL_PREFIX}" +#define CONFIG_TCCDIR "${CONFIG_TCCDIR}" #define TCC_VERSION "${TCC_VERSION}" #cmakedefine CONFIG_WIN32 -- cgit v1.3.1