From 480fb0b418c483933c7185edec2ecdb0b5cc114b Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 13 Dec 2017 21:55:27 -0800 Subject: [PATCH] Update tp the latest files from GTKWave --- vpi/lz4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpi/lz4.c b/vpi/lz4.c index 08cf6b5cd..c050cf1e0 100644 --- a/vpi/lz4.c +++ b/vpi/lz4.c @@ -825,7 +825,7 @@ _next_match: /* Match description too long : reduce it */ matchLength = (15-1) + (oMaxMatch-op) * 255; } - //printf("offset %5i, matchLength%5i \n", (int)(ip-match), matchLength + MINMATCH); + /*printf("offset %5i, matchLength%5i \n", (int)(ip-match), matchLength + MINMATCH);*/ ip += MINMATCH + matchLength; if (matchLength>=ML_MASK)