Mesa (gallium-0.2): gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...

Michel Dänzer daenzer at kemper.freedesktop.org
Thu Oct 23 08:29:34 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 86099bcd9cbd08e585dd3d70e7d577eef42464be
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=86099bcd9cbd08e585dd3d70e7d577eef42464be

Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Thu Oct 23 10:26:19 2008 +0200

gallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEATURES_...

---

 src/mesa/ppc/common_ppc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/ppc/common_ppc.c b/src/mesa/ppc/common_ppc.c
index 786e181..c7cec96 100644
--- a/src/mesa/ppc/common_ppc.c
+++ b/src/mesa/ppc/common_ppc.c
@@ -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
 }




More information about the mesa-commit mailing list