X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flz_extend.h;h=26f0ce5cd11be42f76bbee3508d16e6c119d9772;hp=cbbe88fdf09c246ad0c3ea79c9a55c1b6f475fc1;hb=4a20aae0dd8469a352517a0b107416ffa99ccc55;hpb=8618172276fae088f311923a61bbf26c3d4d8941 diff --git a/include/wimlib/lz_extend.h b/include/wimlib/lz_extend.h index cbbe88fd..26f0ce5c 100644 --- a/include/wimlib/lz_extend.h +++ b/include/wimlib/lz_extend.h @@ -28,7 +28,7 @@ * Return the number of bytes at @matchptr that match the bytes at @strptr, up * to a maximum of @max_len. Initially, @len bytes are matched. */ -static inline u32 +static forceinline u32 lz_extend(const u8 * const strptr, const u8 * const matchptr, u32 len, const u32 max_len) {