Commit 60002add authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

Fix compilation on Powerpc *nix
parent f0cc43f8
...@@ -134,7 +134,7 @@ VLC_MMX static void ThreeD_Now_test (void) ...@@ -134,7 +134,7 @@ VLC_MMX static void ThreeD_Now_test (void)
#endif #endif
#if defined (CAN_COMPILE_ALTIVEC) #if defined (CAN_COMPILE_ALTIVEC)
static void Altivec_text (void) static void Altivec_test (void)
{ {
asm volatile ("mtspr 256, %0\n" "vand %%v0, %%v0, %%v0\n" : : "r" (-1)); asm volatile ("mtspr 256, %0\n" "vand %%v0, %%v0, %%v0\n" : : "r" (-1));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment