about summary refs log tree commit diff stats
path: root/miasm2/analysis
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2017-07-28 09:22:36 +0200
committerGitHub <noreply@github.com>2017-07-28 09:22:36 +0200
commit8f30712201984beda1bfedcd6e9804119369b35b (patch)
treeb17a513e292a4a74fed7a974ceaf8938aa0c3003 /miasm2/analysis
parentd9eecbf960e4a097e050e1ce1adb52999e4da76f (diff)
parente33bffdca01c7528608681e6d79afcb1b46e37de (diff)
downloadmiasm-8f30712201984beda1bfedcd6e9804119369b35b.tar.gz
miasm-8f30712201984beda1bfedcd6e9804119369b35b.zip
Merge pull request #591 from serpilliere/remove_job_done
Asmblock: remove disasm engine job_done attribute
Diffstat (limited to '')
-rw-r--r--miasm2/analysis/dse.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/analysis/dse.py b/miasm2/analysis/dse.py
index 41872f5f..74cc87e9 100644
--- a/miasm2/analysis/dse.py
+++ b/miasm2/analysis/dse.py
@@ -297,7 +297,6 @@ class DSEEngine(object):
         else:
 
             ## Reset cache structures
-            self.mdis.job_done.clear()
             self.ir_arch.blocks.clear()# = {}
 
             ## Update current state