mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
MCSHENG64: extend to 64-state based on mcsheng
This commit is contained in:
committed by
Konstantinos Margaritis
parent
8436f95f24
commit
1c8c7ea806
@@ -78,6 +78,8 @@
|
||||
DISPATCH_CASE(MCSHENG_NFA_16, McSheng16, dbnt_func); \
|
||||
DISPATCH_CASE(SHENG_NFA_32, Sheng32, dbnt_func); \
|
||||
DISPATCH_CASE(SHENG_NFA_64, Sheng64, dbnt_func); \
|
||||
DISPATCH_CASE(MCSHENG_64_NFA_8, McSheng64_8, dbnt_func); \
|
||||
DISPATCH_CASE(MCSHENG_64_NFA_16, McSheng64_16, dbnt_func); \
|
||||
default: \
|
||||
assert(0); \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user