--- seti_boinc/client/vector/analyzeFuncs_vector.cpp.orig 2006-11-04 10:57:19.000000000 -0800 +++ seti_boinc/client/vector/analyzeFuncs_vector.cpp 2006-11-04 10:52:42.000000000 -0800 @@ -253,7 +253,7 @@ uninstall_sighandler(); return true; #elif defined(__i386__) || defined (__x86_64__) - __asm__ ("movl %cr4,%eax"); + //__asm__ ("movl %cr4,%eax"); #elif defined(__ppc__) || defined(__sparc__) __asm__ (".long %0": : "i" (0xfeedface) ); #endif