summaryrefslogtreecommitdiff
path: root/colm/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'colm/bytecode.c')
-rw-r--r--colm/bytecode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/colm/bytecode.c b/colm/bytecode.c
index ff407332..afa67060 100644
--- a/colm/bytecode.c
+++ b/colm/bytecode.c
@@ -259,12 +259,11 @@ break; }
long undoParseFrag( Program *prg, Tree **sp, Parser *parser, long steps, long entry )
{
StreamImpl *is = parser->input->in;
- FsmRun *fsmRun = parser->pdaRun->fsmRun;
PdaRun *pdaRun = parser->pdaRun;
debug( REALM_PARSE, "undo parse frag, target steps: %ld, pdarun steps: %ld\n", steps, pdaRun->steps );
- resetToken( fsmRun );
+ resetToken( pdaRun );
switch ( entry ) {
case PcrStart: