summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2007-11-13 08:38:49 +0000
committerroot <root>2007-11-13 08:38:49 +0000
commita0d5cad8a29e5910bd798793441c84991651b1f3 (patch)
treedf8df0f63d138f81ae9995922d722692ea11d1c6
parente71bc36b15d3ea74a1de596c2de0217c2be3eed6 (diff)
unroll a bit for testing
-rw-r--r--lzf_c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lzf_c.c b/lzf_c.c
index bd44027..90db094 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -143,6 +143,7 @@ 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]