[xiph-commits] r14163 - branches/theora-thusnelda/lib/enc/x86_32

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Fri Nov 16 00:42:36 PST 2007


Author: xiphmont
Date: 2007-11-16 00:42:35 -0800 (Fri, 16 Nov 2007)
New Revision: 14163

Modified:
   branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c
Log:
rrect syntax error is x86_32/recon_mmx.c


Modified: branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c
===================================================================
--- branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c	2007-11-16 04:45:36 UTC (rev 14162)
+++ branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c	2007-11-16 08:42:35 UTC (rev 14163)
@@ -90,7 +90,7 @@
     "  jc          1b                  \n\t"
       : "+r" (ReconPtr)
       : "r" (ChangePtr),
-        "r" (LineStep),
+        "r" (LineStep)
       : "memory", "edi"
   );
 }



More information about the commits mailing list