mirror of https://github.com/google/snappy.git
parent
c9f9edf6d7
commit
27f34a580b
|
@ -1289,7 +1289,7 @@ std::pair<const uint8_t*, ptrdiff_t> DecompressBranchless(
|
|||
DeferMemCopy(&deferred_src, &deferred_length, from, len);
|
||||
}
|
||||
} while (ip < ip_limit_min_slop &&
|
||||
(op + deferred_length) < op_limit_min_slop);
|
||||
static_cast<ptrdiff_t>(op + deferred_length) < op_limit_min_slop);
|
||||
exit:
|
||||
ip--;
|
||||
assert(ip <= ip_limit);
|
||||
|
|
Loading…
Reference in New Issue