gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...
authorMichel Dänzer <michel@tungstengraphics.com>
Thu, 23 Oct 2008 08:26:19 +0000 (10:26 +0200)
committerMichel Dänzer <michel@tungstengraphics.com>
Thu, 23 Oct 2008 08:26:19 +0000 (10:26 +0200)
src/mesa/ppc/common_ppc.c

index 786e1817acf4698d848633dd7b4d87aba3e295f4..c7cec96e5d51c506611df975e45b6528068c186f 100644 (file)
@@ -85,7 +85,7 @@ void _mesa_init_all_ppc_transform_asm( void )
    }
    
 # ifndef USE_VMX_ASM
-   _mesa_ppc_cpu_features &= ~PPC_FEATURES_HAS_ALTIVEC;
+   _mesa_ppc_cpu_features &= ~PPC_FEATURE_HAS_ALTIVEC;
 # endif
 #endif
 }