about summary refs log tree commit diff stats
path: root/miasm2/core/asmbloc.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2016-01-08 15:41:46 +0100
committerAjax <commial@gmail.com>2016-01-08 16:06:24 +0100
commitadb97c99ad7e9e9a40480609b5633dc2e1e9b0ce (patch)
tree3443160fb0c7f06b583a094b5b59d1d7c5369dda /miasm2/core/asmbloc.py
parentee293b843e56b77b9bfd1b01dc3ce94b5340a5d4 (diff)
downloadmiasm-adb97c99ad7e9e9a40480609b5633dc2e1e9b0ce.tar.gz
miasm-adb97c99ad7e9e9a40480609b5633dc2e1e9b0ce.zip
MnemoDis: enter atomic mode for a disasm boost
Diffstat (limited to 'miasm2/core/asmbloc.py')
-rw-r--r--miasm2/core/asmbloc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/core/asmbloc.py b/miasm2/core/asmbloc.py
index 71e577cf..fb910b3a 100644
--- a/miasm2/core/asmbloc.py
+++ b/miasm2/core/asmbloc.py
@@ -375,7 +375,6 @@ def dis_bloc(mnemo, pool_bin, cur_bloc, offset, job_done, symbol_pool,
 
         off_i = offset
         try:
-            # print repr(pool_bin.getbytes(offset, 4))
             instr = mnemo.dis(pool_bin, attrib, offset)
         except (Disasm_Exception, IOError), e:
             log_asmbloc.warning(e)