mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-28 14:38:21 +01:00
MIPS: MIPS32r1: clang macro warning resolved
.set macro - Enables the expansion of macro instructions. Change-Id: I1e44fe056798aeff803cc97171724d21da1fc2bf
This commit is contained in:
parent
393f89b763
commit
acbedac475
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user