forked from jasder/antlr
ATNConfigSet prior to error is closure, not reach. Reach is empty.
This commit is contained in:
parent
83c680850e
commit
51a15ac4a7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue