mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 01:12:15 +03:00
teddy: no need to write control out at the end
This commit is contained in:
committed by
Matthew Barr
parent
b6a77b7329
commit
42f23c2c91
@@ -52,7 +52,6 @@ extern const u8 ALIGN_DIRECTIVE p_mask_arr[17][32];
|
||||
#define CHECK_HWLM_TERMINATE_MATCHING \
|
||||
do { \
|
||||
if (unlikely(control == HWLM_TERMINATE_MATCHING)) { \
|
||||
*a->groups = control; \
|
||||
return HWLM_TERMINATED; \
|
||||
} \
|
||||
} while (0);
|
||||
|
||||
Reference in New Issue
Block a user