mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
correct dump filenames of som rev engines
This commit is contained in:
parent
32c826e9c6
commit
8ff7a3cdbb
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user