sync liba52_amd64_changes.diff with latest fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16192 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
aurel 2005-08-09 22:56:57 +00:00
parent 2cc2011785
commit 1a1943b402
1 changed files with 1 additions and 1 deletions

View File

@ -1182,7 +1182,7 @@ diff -u -r1.27 imdct.c
+ "sub $16, %%"REG_D" \n\t"
+ "jnc 1b \n\t"
+ "pop %%"REG_BP" \n\t"//no we didnt touch ebp *g*
+ :: "r" (data), "r" (buf)
+ :: "b" (data), "c" (buf)
+ : "%"REG_S, "%"REG_D, "%"REG_a, "%"REG_d
);