MIPS: MIPS32r1: clang macro warning resolved

.set macro - Enables the expansion of macro instructions.

Change-Id: I1e44fe056798aeff803cc97171724d21da1fc2bf
This commit is contained in:
Jovan Zelincevic 2014-02-10 05:21:24 -08:00 committed by Djordje Pesut
parent 393f89b763
commit acbedac475

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"