git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6950 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-08-08 10:46:16 +00:00
parent 3db0389115
commit 3d19927f90
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;