mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 06:34:41 +03:00
limex: add CANNOT_DIE flag and loop without test
This commit is contained in:
committed by
Matthew Barr
parent
7920b1086b
commit
8713cfbd9e
@@ -2237,6 +2237,10 @@ struct Factory {
|
||||
limex->shiftCount = shiftCount;
|
||||
writeShiftMasks(args, limex);
|
||||
|
||||
if (hasInitDsStates(args.h, args.state_ids)) {
|
||||
setLimexFlag(limex, LIMEX_FLAG_CANNOT_DIE);
|
||||
}
|
||||
|
||||
// Determine the state required for our state vector.
|
||||
findStateSize(args, limex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user