iclass bf: avoid slowdown

This commit is contained in:
Philippe Teuwen 2020-05-17 14:18:52 +02:00
parent 35ec13e7af
commit 2ed5f1f614

View file

@ -224,6 +224,8 @@ static void permute(BitstreamIn *p_in, uint64_t z, int l, int r, BitstreamOut *o
}
static void printState(const char *desc, uint64_t c) {
if (g_debugMode == 0)
return;
char s[60] = {0};
snprintf(s, sizeof(s), "%s : ", desc);