Mercurial > libavcodec.hg
changeset 6345:0b7fbd57c489 libavcodec
asm argument that might be in memory needs a size
author | lorenm |
---|---|
date | Sun, 10 Feb 2008 01:45:42 +0000 |
parents | b98dde3f56a0 |
children | 11a44fc273a5 |
files | i386/h264dsp_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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),\