first emulation

This commit is contained in:
Yann Collet
2016-03-20 19:14:22 +01:00
parent ecabfe3777
commit 597847a2ae
4 changed files with 94 additions and 14 deletions
+3 -3
View File
@@ -184,11 +184,11 @@ typedef struct {
U32* offsetStart;
U32* offset;
BYTE* offCodeStart;
BYTE* offCode;
BYTE* litStart;
BYTE* lit;
BYTE* litLengthStart;
BYTE* litLength;
U16* litLengthStart;
U16* litLength;
BYTE* llCodeStart;
BYTE* matchLengthStart;
BYTE* matchLength;
BYTE* dumpsStart;