diff options
author | root <root> | 2007-11-13 08:38:56 +0000 |
---|---|---|
committer | root <root> | 2007-11-13 08:38:56 +0000 |
commit | 16682590a57fb99f2c80e42302659924db3137b2 (patch) | |
tree | e9d1eca3bdbc58778df02ba8b7a4396eb8144330 /lzf_c.c | |
parent | a0d5cad8a29e5910bd798793441c84991651b1f3 (diff) |
unroll a bit for testing
Diffstat (limited to 'lzf_c.c')
-rw-r--r-- | lzf_c.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -143,7 +143,6 @@ lzf_compress (const void *const in_data, unsigned int in_len, && ip + 4 < in_end && ref > (u8 *)in_data #if STRICT_ALIGN - x x x && ref[0] == ip[0] && ref[1] == ip[1] && ref[2] == ip[2] |