Try for new getprecontinues method for for detection

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent 6022b27a70
commit 96f3aee198
3 changed files with 456 additions and 221 deletions
@@ -140,6 +140,7 @@ public class PcodeGraphVizExporter {
blkStyle = "shape=\"circle\"";
labelStr = "FINISH";
}
labelStr = part.toString() + ":\\l" + labelStr;
writer.append(partBlockName + " [" + blkStyle + " label=\"" + labelStr + "\"];\r\n");
for (int n = 0; n < part.nextParts.size(); n++) {
GraphPart next = part.nextParts.get(n);