gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...

This commit is contained in:
Michel Dänzer 2008-10-23 10:26:19 +02:00
parent 0ac9945781
commit 86099bcd9c

View 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
}