# HG changeset patch # User lorenm # Date 1202607942 0 # Node ID 0b7fbd57c489b3311019efb8ad21049995fa6502 # Parent b98dde3f56a0fe550fe33fa3d87ed5d4ca60ec27 asm argument that might be in memory needs a size diff -r b98dde3f56a0 -r 0b7fbd57c489 i386/h264dsp_mmx.c --- a/i386/h264dsp_mmx.c Sat Feb 09 18:02:28 2008 +0000 +++ b/i386/h264dsp_mmx.c Sun Feb 10 01:45:42 2008 +0000 @@ -1369,7 +1369,7 @@ "add %5, %0 \n\t"\ "add %5, %1 \n\t"\ "add %4, %2 \n\t"\ - "dec %3 \n\t"\ + "decl %3 \n\t"\ "jg 1b \n\t"\ : "+a"(src), "+c"(dst), "+d"(src2), "+g"(h)\ : "D"((long)src2Stride), "S"((long)dstStride),\