changeset 24440:2ce49d0d99a1

sigill_handler_sse is not needed and can not compile on 64 bit systems
author reimar
date Fri, 14 Sep 2007 14:19:22 +0000
parents 680bc9411ecf
children ace95ae92f21
files cpudetect.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpudetect.c	Fri Sep 14 13:49:28 2007 +0000
+++ b/cpudetect.c	Fri Sep 14 14:19:22 2007 +0000
@@ -285,7 +285,7 @@
 #undef CPUID_STEPPING
 
 
-#if defined(__linux__) && defined(_POSIX_SOURCE)
+#if defined(__linux__) && defined(_POSIX_SOURCE) && !defined(ARCH_X86_64)
 static void sigill_handler_sse( int signal, struct sigcontext sc )
 {
    mp_msg(MSGT_CPUDETECT,MSGL_V, "SIGILL, " );