Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 30 Jun 2005 05:35:26 +0000 (05:35 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 30 Jun 2005 05:35:26 +0000 (05:35 +0000)
Originally committed as revision 15859 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/swscale_template.c

index 05f2961..c91e9cd 100644 (file)
@@ -2547,7 +2547,7 @@ FUNNY_UV_CODE
                "cmp %2, %%"REG_a"              \n\t"
                " jb 1b                         \n\t"
 
-               :: "m" (src1), "m" (dst), "g" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask),
+               :: "m" (src1), "m" (dst), "m" ((long)dstWidth), "m" (xInc_shr16), "m" (xInc_mask),
                "r" (src2)
                : "%"REG_a, "%"REG_b, "%ecx", "%"REG_D, "%esi"
                );