correct dump filenames of som rev engines

This commit is contained in:
Alex Coyte 2016-11-04 10:59:33 +11:00 committed by Matthew Barr
parent 32c826e9c6
commit 8ff7a3cdbb

View File

@ -968,7 +968,7 @@ void dumpRevNfas(const RoseEngine *t, bool dump_raw, const string &base) {
const NFA *n = (const NFA *)(tp + rev_offsets[i]);
stringstream ssbase;
ssbase << base << "rose_nfa_" << i;
ssbase << base << "som_rev_nfa_" << i;
nfaGenerateDumpFiles(n, ssbase.str());
if (dump_raw) {