From 0c9bf012af98c0aed357235aa47b43adc68e74fc Mon Sep 17 00:00:00 2001 From: x Date: Thu, 16 Mar 2023 20:41:50 +0100 Subject: [PATCH] TurboPFor: Variable simple --- vsimple.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vsimple.c b/vsimple.c index 4ec572f..3656a2e 100644 --- a/vsimple.c +++ b/vsimple.c @@ -448,8 +448,7 @@ unsigned char *T2(VSDEC, USIZE)(unsigned char *__restrict ip, size_t n, uint_t * unsigned b = ((*ip++) >> 5)+1; *op = *(unsigned long long *)ip; if(unlikely(b!=8)) - *op &= (1ull<<(b*8))-1; - op++; ip += b; + *op &= (1ull<<(b*8))-1; op++; ip += b; break; } #endif