Commit a1d1da1b authored by diego's avatar diego

Add first and second output to earlyclobbers in COPY3_IF_LT macro.

patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br
Original thread:
date: Mar 27, 2007 11:21 PM
subject: [Ffmpeg-devel] [PATCH] fix build for --cpu=i686


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8604 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a4861326
...@@ -230,7 +230,7 @@ asm volatile (\ ...@@ -230,7 +230,7 @@ asm volatile (\
"cmovl %3, %0 \n\t"\ "cmovl %3, %0 \n\t"\
"cmovl %4, %1 \n\t"\ "cmovl %4, %1 \n\t"\
"cmovl %5, %2 \n\t"\ "cmovl %5, %2 \n\t"\
: "+r" (x), "+r" (a), "+r" (c)\ : "+&r" (x), "+&r" (a), "+r" (c)\
: "r" (y), "r" (b), "r" (d)\ : "r" (y), "r" (b), "r" (d)\
); );
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment