limex: add CANNOT_DIE flag and loop without test

This commit is contained in:
Justin Viiret
2017-04-03 11:40:42 +10:00
committed by Matthew Barr
parent 7920b1086b
commit 8713cfbd9e
3 changed files with 28 additions and 1 deletions

View File

@@ -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);