[Ffmpeg-cvslog] r8604 - trunk/libavutil/internal.h
diego
subversion
Tue Apr 3 13:21:16 CEST 2007
Author: diego
Date: Tue Apr 3 13:21:16 2007
New Revision: 8604
Modified:
trunk/libavutil/internal.h
Log:
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br
Modified: trunk/libavutil/internal.h
==============================================================================
--- trunk/libavutil/internal.h (original)
+++ trunk/libavutil/internal.h Tue Apr 3 13:21:16 2007
@@ -230,7 +230,7 @@ asm volatile (\
"cmovl %3, %0 \n\t"\
"cmovl %4, %1 \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)\
);
#else
More information about the ffmpeg-cvslog
mailing list