diff --git a/codecs/log2comp.h b/codecs/log2comp.h index 56f2d8305d..aa397c858f 100644 --- a/codecs/log2comp.h +++ b/codecs/log2comp.h @@ -43,7 +43,7 @@ static inline int ilog2(int val) decl %0 ;\ bsrl %1, %0 ;\ " - : "=r" (a) + : "=&r" (a) : "mr" (val) : "cc" );