mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
rose: use dumpString for debug output
This commit is contained in:
committed by
Matthew Barr
parent
04634f2e87
commit
55c2d20e2c
@@ -375,7 +375,7 @@ void createVertices(RoseBuildImpl *tbi,
|
||||
/* ensure the holder does not accept any paths which do not end with lit */
|
||||
static
|
||||
void removeFalsePaths(NGHolder &g, const ue2_literal &lit) {
|
||||
DEBUG_PRINTF("strip '%s'\n", ((const string &)lit).c_str());
|
||||
DEBUG_PRINTF("strip '%s'\n", dumpString(lit).c_str());
|
||||
set<NFAVertex> curr, next;
|
||||
curr.insert(g.accept);
|
||||
curr.insert(g.acceptEod);
|
||||
|
Reference in New Issue
Block a user