Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VolodymyrPeschanenko committed Mar 25, 2022
1 parent cf81420 commit b86bd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midend/parserUnroll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ class ParserSymbolicInterpreter {
auto nextStates = evaluateState(stateInfo, newStates);
if (nextStates.first == nullptr) {
if (nextStates.second && stateInfo->predecessor &&
stateInfo->state->name != stateInfo->predecessor->newState->name) {
stateInfo->state->name != stateInfo->predecessor->newState->name) {
// generate call OutOfBound
hasOutOfboundState = true;
stateInfo->newState = new IR::ParserState(getNewName(stateInfo),
Expand Down

0 comments on commit b86bd10

Please sign in to comment.