]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Disable ppc32 altivec pro tem (just temporarily).
authorJulian Seward <jseward@acm.org>
Fri, 7 Oct 2005 12:11:12 +0000 (12:11 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 7 Oct 2005 12:11:12 +0000 (12:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4889

coregrind/m_main.c

index e71b27a6a4ac37cddd68dd44527f9e05c7e61c35..26e8701ffd07065d3239f4e90ed7cf10dd6ef0dc 100644 (file)
@@ -549,8 +549,12 @@ Addr setup_client_stack( void*  init_sp,
             /* Acquire altivecness info */
             VG_(debugLog)(2, "main", "PPC32 hwcaps: 0x%x\n", 
                                      (UInt)auxv->u.a_val);
+#if 0
             if (auxv->u.a_val & 0x10000000)
                VG_(have_altivec_ppc32) = 1;
+#else
+           auxv->u.a_val &= ~0x10000000;
+#endif
             VG_(debugLog)(2, "main", "PPC32 AltiVec support: %u\n", 
                                      VG_(have_altivec_ppc32));
 #           endif