Merge "MIPS: MIPS32r1: clang macro warning resolved"

This commit is contained in:
Djordje Pesut 2014-02-11 00:06:36 -08:00 committed by Gerrit Code Review
commit 3f40b4a581

View File

@ -161,7 +161,10 @@ static WEBP_INLINE void VP8LoadNewBytes(VP8BitReader* const br) {
lbit_t in_bits;
lbit_t* p_buf_ = (lbit_t*)br->buf_;
__asm__ volatile(
".set push \n\t"
".set macro \n\t"
"ulw %[in_bits], 0(%[p_buf_]) \n\t"
".set pop \n\t"
: [in_bits]"=r"(in_bits)
: [p_buf_]"r"(p_buf_)
: "memory"