Rose: remove alignment req for anchored DFA state

This commit is contained in:
Justin Viiret
2016-02-01 11:07:07 +11:00
committed by Matthew Barr
parent 060defe6c4
commit 28f379d738
4 changed files with 15 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ void runAnchoredTableStream(const struct RoseEngine *t, const void *atable,
goto next_nfa;
}
} else {
if (!*(u16 *)state) {
if (!unaligned_load_u16(state)) {
goto next_nfa;
}
}