diff regexParser/cerium/ppe/Exec.cc @ 288:f2491681914e

special state for start search
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 01:35:12 +0900
parents 87a801c14117
children 868f01f1ba8e
line wrap: on
line diff
--- a/regexParser/cerium/ppe/Exec.cc	Sun Jan 31 22:59:59 2016 +0900
+++ b/regexParser/cerium/ppe/Exec.cc	Mon Feb 01 01:35:12 2016 +0900
@@ -15,7 +15,7 @@
     tsv.buff = buff;
     tsv.tg = tg;
     if (task_spawned == 0) {
-        tsv.current = tg->stateList->tState;
+        tsv.current = tg->stateStart->tState;
     } else {
         tsv.current = tg->anyState->tState;
     }