diff options
Diffstat (limited to 'src/liblzma/check/crc32_x86.S')
-rw-r--r-- | src/liblzma/check/crc32_x86.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc32_x86.S b/src/liblzma/check/crc32_x86.S index ff4d8a38..67f68a41 100644 --- a/src/liblzma/check/crc32_x86.S +++ b/src/liblzma/check/crc32_x86.S @@ -142,7 +142,7 @@ LZMA_CRC32: * We need 16 bytes, because the loop pre-reads eight bytes. */ cmpl $16, %edi - jl .L_rest + jb .L_rest /* Check if we have reached alignment of eight bytes. */ testl $7, %esi |