Index: codecs/log2comp.h =================================================================== --- codecs/log2comp.h (revision 109587) +++ codecs/log2comp.h (working copy) @@ -43,7 +43,7 @@ decl %0 ;\ bsrl %1, %0 ;\ " - : "=r" (a) + : "=&r" (a) : "mr" (val) : "cc" );