Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319941
b: refs/heads/master
c: 49ac572
h: refs/heads/master
i:
  319939: 63c9d41
v: v3
  • Loading branch information
Thiago Rafael Becker authored and Linus Torvalds committed Jul 31, 2012
1 parent 56ad46c commit 3cf1df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b13edf7ff2dd0fef95e981170fa71fa6b60421b0
refs/heads/master: 49ac572b93832210dc1895839692b3a51e5d0e27
2 changes: 2 additions & 0 deletions trunk/lib/crc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3cf1df8

Please sign in to comment.