liblzma: Use lzma_always_inline in memcmplen.h.
This commit is contained in:
parent
1cd2790ff4
commit
109cddca95
|
@ -49,8 +49,7 @@
|
||||||
/// It's rounded up to 2^n. This extra amount needs to be
|
/// It's rounded up to 2^n. This extra amount needs to be
|
||||||
/// allocated in the buffers being used. It needs to be
|
/// allocated in the buffers being used. It needs to be
|
||||||
/// initialized too to keep Valgrind quiet.
|
/// initialized too to keep Valgrind quiet.
|
||||||
lzma_attribute((__always_inline__))
|
static lzma_always_inline uint32_t
|
||||||
static inline uint32_t
|
|
||||||
lzma_memcmplen(const uint8_t *buf1, const uint8_t *buf2,
|
lzma_memcmplen(const uint8_t *buf1, const uint8_t *buf2,
|
||||||
uint32_t len, uint32_t limit)
|
uint32_t len, uint32_t limit)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue