mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix typo "ones_u32a" => "ones_u32"
This commit is contained in:
parent
68e08d8e18
commit
d2b5523dd8
@ -86,7 +86,7 @@ do { \
|
||||
|
||||
#define CONF_CHUNK_32(chunk, bucket, off, reason, conf_fn) \
|
||||
do { \
|
||||
if (unlikely(chunk != ones_u32a)) { \
|
||||
if (unlikely(chunk != ones_u32)) { \
|
||||
chunk = ~chunk; \
|
||||
conf_fn(&chunk, bucket, off, confBase, reason, a, ptr, \
|
||||
&control, &last_match); \
|
||||
|
@ -121,7 +121,7 @@ do { \
|
||||
|
||||
#define CONF_FAT_CHUNK_32(chunk, bucket, off, reason, conf_fn) \
|
||||
do { \
|
||||
if (unlikely(chunk != ones_u32a)) { \
|
||||
if (unlikely(chunk != ones_u32)) { \
|
||||
chunk = ~chunk; \
|
||||
conf_fn(&chunk, bucket, off, confBase, reason, a, ptr, \
|
||||
&control, &last_match); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user