mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix
This commit is contained in:
parent
5affdf3a11
commit
2fa7eaded4
@ -1054,7 +1054,7 @@ left_id updateLeftfixWithEager(RoseGraph &g, const eager_info &ei,
|
|||||||
DEBUG_PRINTF("added %u literal chars back, new lag %u\n", lag_adjust,
|
DEBUG_PRINTF("added %u literal chars back, new lag %u\n", lag_adjust,
|
||||||
g[v].left.lag);
|
g[v].left.lag);
|
||||||
}
|
}
|
||||||
left_id leftfix = left_id(left_id(g[vsuccs[0]].left));
|
left_id leftfix = left_id(g[vsuccs[0]].left);
|
||||||
|
|
||||||
if (leftfix.graph()) {
|
if (leftfix.graph()) {
|
||||||
assert(leftfix.graph()->kind == NFA_PREFIX
|
assert(leftfix.graph()->kind == NFA_PREFIX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user