Merge pull request #142 from inikep/dev

Dev
This commit is contained in:
Yann Collet
2016-03-09 16:29:42 +01:00
2 changed files with 31 additions and 11 deletions
+6
View File
@@ -208,6 +208,12 @@ typedef struct {
U32 litLengthSum;
U32 litSum;
U32 offCodeSum;
U32 log2matchLengthSum;
U32 log2matchSum;
U32 log2litLengthSum;
U32 log2litSum;
U32 log2offCodeSum;
U32 factor;
#if ZSTD_OPT_DEBUG == 3
U32 realMatchSum;
U32 realLitSum;