log.debug dfa inspection

This commit is contained in:
peter
2013-02-22 23:12:44 +01:00
parent 812d97634d
commit ed7abec75e
@@ -144,7 +144,9 @@ public class DataFlowRunner {
}
}
//System.out.println(instructionState);
if (LOG.isDebugEnabled()) {
LOG.debug(instructionState.toString());
}
DfaInstructionState[] after = instruction.accept(this, instructionState.getMemoryState(), visitor);
if (after != null) {