summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-23 21:44:05 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-23 21:44:05 +0000
commitea4b9eb45f3c07e13d7ad2aa52605a7fc491cc02 (patch)
treec3c4b033ca4cc29c91b66fa7d2852e8be9fb2811
parent8311e1c5b281c9e2bfd2b1d2c4a9a5feb7422d7a (diff)
downloadmpv-ea4b9eb45f3c07e13d7ad2aa52605a7fc491cc02.tar.bz2
mpv-ea4b9eb45f3c07e13d7ad2aa52605a7fc491cc02.tar.xz
use .balign instead of .align
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5291 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--mp3lib/decode_MMX.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/decode_MMX.c b/mp3lib/decode_MMX.c
index 6691a6bc0a..13cafda8a8 100644
--- a/mp3lib/decode_MMX.c
+++ b/mp3lib/decode_MMX.c
@@ -88,7 +88,7 @@ __asm __volatile(
"pushl %%ecx\n\t"
"leal "MANGLE(decwins)"(%%ebx,%%ebx,1), %%edx\n\t"
"shrl $1, %%ecx\n\t"
-".align 16\n\t"
+".balign 16\n\t"
".L03:\n\t"
"movq (%%edx),%%mm0\n\t"
"movq 64(%%edx),%%mm4\n\t"
@@ -166,7 +166,7 @@ __asm __volatile(
".next_loop:\n\t"
"subl $64,%%esi\n\t"
"movl $7,%%ecx\n\t"
-".align 16\n\t"
+".balign 16\n\t"
".L04:\n\t"
"movq (%%edx),%%mm0\n\t"
"movq 64(%%edx),%%mm4\n\t"