about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2020-12-25 22:39:31 +0100
committerGitHub <noreply@github.com>2020-12-25 22:39:31 +0100
commit931a7d95bf48ec35b9c69b4e22b890f512164a9b (patch)
tree71a9bdd47613dff6592ca8d7615ea7126bcf5a74
parentdd14b59efbd918838dcbb88c8d64bad53fcd054c (diff)
parent6d449ba7bd8a3724a90a01a0341cdb1cb9877e4b (diff)
downloadmiasm-931a7d95bf48ec35b9c69b4e22b890f512164a9b.tar.gz
miasm-931a7d95bf48ec35b9c69b4e22b890f512164a9b.zip
Merge pull request #1336 from serpilliere/rm_debug
Remove debug
-rw-r--r--miasm/analysis/data_flow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/miasm/analysis/data_flow.py b/miasm/analysis/data_flow.py
index 6ace4f4e..da611c27 100644
--- a/miasm/analysis/data_flow.py
+++ b/miasm/analysis/data_flow.py
@@ -1519,8 +1519,6 @@ class DelDummyPhi(object):
             else:
                 if src.is_mem() or (src.is_op() and src.op.startswith("call")):
                     if src in equivalence_graph.nodes():
-                        print("BAD %s" % src)
-                        fds
                         return None
                 equivalence_graph.add_uniq_edge(src, dst)
                 equivalence.add(src)