From f4dd0991719ef3e2606920c5100b372181c60899 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 6 Sep 2011 20:40:21 +0100 Subject: rtasm,translate: Disable on Mingw-w64. Causes crash and stack corruption. Needs more investigation. Disable for now. --- src/gallium/auxiliary/translate/translate_sse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/translate') diff --git a/src/gallium/auxiliary/translate/translate_sse.c b/src/gallium/auxiliary/translate/translate_sse.c index c3d15661f05..8cb3fd6c4c0 100644 --- a/src/gallium/auxiliary/translate/translate_sse.c +++ b/src/gallium/auxiliary/translate/translate_sse.c @@ -35,7 +35,7 @@ #include "translate.h" -#if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) +#if defined(PIPE_ARCH_X86) || (defined(PIPE_ARCH_X86_64) && !defined(__MINGW32__)) #include "rtasm/rtasm_cpu.h" #include "rtasm/rtasm_x86sse.h" -- cgit v1.2.3