We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9e11 commit 4acf745Copy full SHA for 4acf745
htable.inc
@@ -71,6 +71,7 @@ static void **HTNAME##_lookup_bp(htable_t *h, void *key) \
71
\
72
sz = hash_size(h); \
73
maxprobe = max_probe(sz); \
74
+ tab = h->table; \
75
76
goto retry_bp; \
77
0 commit comments