align fix - Björn Sandell <biorn@dce.chalmers.se>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7168 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-08-30 14:32:47 +00:00
parent 088cf60cb8
commit 211bc27ae3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static void halfpack_MMX(unsigned char *dst, unsigned char *src[3],
for (h/=2; h; h--) {
asm (
"pxor %%mm0, %%mm0 \n\t"
".align 16 \n\t"
".balign 16 \n\t"
"1: \n\t"
"movq (%0), %%mm1 \n\t"
"movq (%0), %%mm2 \n\t"