From 3cf1df8ebec571500d85a881cc2dd23c61da4c1c Mon Sep 17 00:00:00 2001 From: Thiago Rafael Becker Date: Mon, 30 Jul 2012 14:41:26 -0700 Subject: [PATCH] --- yaml --- r: 319941 b: refs/heads/master c: 49ac572b93832210dc1895839692b3a51e5d0e27 h: refs/heads/master i: 319939: 63c9d4101c1f96a212fbec588bb511a40687e56f v: v3 --- [refs] | 2 +- trunk/lib/crc32.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2dcf6471cf90..683c6c93e32d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b13edf7ff2dd0fef95e981170fa71fa6b60421b0 +refs/heads/master: 49ac572b93832210dc1895839692b3a51e5d0e27 diff --git a/trunk/lib/crc32.c b/trunk/lib/crc32.c index b0d278fb1d91..61774b8db4de 100644 --- a/trunk/lib/crc32.c +++ b/trunk/lib/crc32.c @@ -74,7 +74,9 @@ crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) size_t i; # endif const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; +# if CRC_LE_BITS != 32 const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7]; +# endif u32 q; /* Align it */