changeset 985:42fdf7b24d2e libavcodec

typo (noticed by kabi)
author michaelni
date Thu, 09 Jan 2003 22:10:57 +0000
parents e162c09efbe7
children be3ffaaf5a6d
files i386/dsputil_mmx_rnd.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"