[AAT] Ignore machine errors and continue

This commit is contained in:
Behdad Esfahbod 2019-01-24 17:23:11 +01:00
parent 1ec90514f6
commit e234bb6a42
1 changed files with 1 additions and 1 deletions

View File

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