mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Sync libbacktrace with 4d2dd0b.
This commit is contained in:
parent
5439a7cd8a
commit
1a1d7bbb54
@ -1803,7 +1803,7 @@ elf_zlib_inflate (const unsigned char *pin, size_t sin, uint16_t *zdebug_table,
|
|||||||
/* An uncompressed block. */
|
/* An uncompressed block. */
|
||||||
|
|
||||||
/* If we've read ahead more than a byte, back up. */
|
/* If we've read ahead more than a byte, back up. */
|
||||||
while (bits > 8)
|
while (bits >= 8)
|
||||||
{
|
{
|
||||||
--pin;
|
--pin;
|
||||||
bits -= 8;
|
bits -= 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user