diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-12-25 22:34:59 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-12-25 22:34:59 +0100 |
| commit | 6d449ba7bd8a3724a90a01a0341cdb1cb9877e4b (patch) | |
| tree | 71a9bdd47613dff6592ca8d7615ea7126bcf5a74 | |
| parent | dd14b59efbd918838dcbb88c8d64bad53fcd054c (diff) | |
| download | focaccia-miasm-6d449ba7bd8a3724a90a01a0341cdb1cb9877e4b.tar.gz focaccia-miasm-6d449ba7bd8a3724a90a01a0341cdb1cb9877e4b.zip | |
Remove debug
| -rw-r--r-- | miasm/analysis/data_flow.py | 2 |
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) |