Originally committed as revision 6950 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Michael Niedermayer 2002-08-08 10:46:16 +00:00
parent 87f8cab45b
commit 47ceabc959
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ asm volatile(
"movd %%mm0, %0 \n\t"
: "=r" (numEq)
: "r" (src), "r" (stride)
: "%ebx"
: "%eax", "%ebx"
);
numEq= (-numEq) &0xFF;