[AAT] Ignore machine errors and continue
This commit is contained in:
parent
1ec90514f6
commit
e234bb6a42
|
@ -778,7 +778,7 @@ struct StateTableDriver
|
|||
}
|
||||
|
||||
if (unlikely (!c->transition (this, entry)))
|
||||
break;
|
||||
;//break; Ignore error.
|
||||
|
||||
state = machine.new_state (entry.newState);
|
||||
DEBUG_MSG (APPLY, nullptr, "s%d", state);
|
||||
|
|
Loading…
Reference in New Issue