X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fdecompress_common.h;h=54241b36592495106ff7d2efc5970e3d84b52c20;hb=a82a0fbc625a96aabd2a11e79fb6aedf1fe313b3;hp=4bfaf251151643fd2d812d1619ca2482aeea9047;hpb=0096c56e9a0ee15f708523075d67ea7a1d77b456;p=wimlib diff --git a/include/wimlib/decompress_common.h b/include/wimlib/decompress_common.h index 4bfaf251..54241b36 100644 --- a/include/wimlib/decompress_common.h +++ b/include/wimlib/decompress_common.h @@ -299,7 +299,7 @@ lz_copy(u8 *dst, u32 length, u32 offset, const u8 *winend, u32 min_length) * beyond the end of the output buffer, hence the check for (winend - * end >= WORDSIZE - 1). */ - if (UNALIGNED_ACCESS_IS_VERY_FAST && + if (UNALIGNED_ACCESS_IS_FAST && likely(winend - end >= WORDSIZE - 1)) {