ATNConfigSet prior to error is closure, not reach. Reach is empty.

This commit is contained in:
Sam Harwell 2012-03-13 18:24:38 -05:00
parent 83c680850e
commit 51a15ac4a7
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ public class LexerATNSimulator extends ATNSimulator {
s = target; // flip; current DFA target becomes new src/from state
}
return failOrAccept(prevAccept, input, reach, t);
return failOrAccept(prevAccept, input, closure, t);
}
protected int failOrAccept(ExecState prevAccept, CharStream input,