# HG changeset patch # User michaelni # Date 1013215124 0 # Node ID 3c2bad70a196087e439f31d259a1782de2616a39 # Parent ec1bc02a0a4787f65b405d52e207d8234009094e workaround gcc 2.95.2 bug diff -r ec1bc02a0a47 -r 3c2bad70a196 msmpeg4.c --- a/msmpeg4.c Thu Feb 07 23:48:24 2002 +0000 +++ b/msmpeg4.c Sat Feb 09 00:38:44 2002 +0000 @@ -454,8 +454,8 @@ "movl %2, %%eax \n\t" "mull %4 \n\t" "movl %%edx, %2 \n\t" - : "+r" (a), "+r" (b), "+r" (c) - : "g" (scale), "r" (inverse[scale]) + : "+b" (a), "+c" (b), "+D" (c) + : "g" (scale), "S" (inverse[scale]) : "%eax", "%edx" ); #else