summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_3dnow.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/dct64_3dnow.c')
-rw-r--r--mp3lib/dct64_3dnow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct64_3dnow.c b/mp3lib/dct64_3dnow.c
index 6f5809de39..104ad14868 100644
--- a/mp3lib/dct64_3dnow.c
+++ b/mp3lib/dct64_3dnow.c
@@ -504,7 +504,7 @@ void __attribute__ (( __stdcall__ )) dct64_MMX_3dnow(real *a,real *b,real *c)
" movd "MANGLE(plus_1f)", %%mm6\n\t"
" punpckldq 120(%%ebx), %%mm6\n\t" /* mm6 = 1.0 | 120(%%ebx)*/
-" movq x_plus_minus_3dnow, %%mm7\n\t" /* mm7 = +1 | -1 */
+" movq "MANGLE(x_plus_minus_3dnow)", %%mm7\n\t" /* mm7 = +1 | -1 */
" movq 32(%%ecx), %%mm0\n\t"
" movq 64(%%ecx), %%mm2\n\t"