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

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Fri Nov 16 02:05:36 PST 2007


Author: xiphmont
Date: 2007-11-16 02:05:36 -0800 (Fri, 16 Nov 2007)
New Revision: 14164

Modified:
   branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c
Log:
Correct a typo that cases a segfault in recon8x8__mmx



Modified: branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c
===================================================================
--- branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c	2007-11-16 08:42:35 UTC (rev 14163)
+++ branches/theora-thusnelda/lib/enc/x86_32/recon_mmx.c	2007-11-16 10:05:36 UTC (rev 14164)
@@ -86,7 +86,7 @@
 
     "  movq        %%mm2, (%0)         \n\t" /* store result */
 
-    "  lea         (%0, %3), %0        \n\t" /* next row of output */
+    "  lea         (%0, %2), %0        \n\t" /* next row of output */
     "  jc          1b                  \n\t"
       : "+r" (ReconPtr)
       : "r" (ChangePtr),



More information about the commits mailing list