# HG changeset patch # User michaelni # Date 1042150257 0 # Node ID 42fdf7b24d2e913d69ce7f513df9ab1f9a9e9529 # Parent e162c09efbe7a48c8c2b83fa4f3948e3b581efde typo (noticed by kabi) diff -r e162c09efbe7 -r 42fdf7b24d2e i386/dsputil_mmx_rnd.h --- a/i386/dsputil_mmx_rnd.h Thu Jan 09 20:42:37 2003 +0000 +++ b/i386/dsputil_mmx_rnd.h Thu Jan 09 22:10:57 2003 +0000 @@ -58,7 +58,7 @@ { MOVQ_BFE(mm6); __asm __volatile( - "test $1, %0 \n\t" + "testl $1, %0 \n\t" " jz 1f \n\t" "movq (%1), %%mm0 \n\t" "movq (%2), %%mm1 \n\t" @@ -154,7 +154,7 @@ { MOVQ_BFE(mm6); __asm __volatile( - "test $1, %0 \n\t" + "testl $1, %0 \n\t" " jz 1f \n\t" "movq (%1), %%mm0 \n\t" "movq (%2), %%mm1 \n\t"