about summary refs log tree commit diff stats
path: root/miasm2/ir/symbexec.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2014-09-11 16:48:36 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-09-11 16:48:36 +0200
commit56db4204751bcda47b6a653f6f2347b254b976d9 (patch)
treee58535d04701ed66498e303be7083a63fb15381b /miasm2/ir/symbexec.py
parentce0ed3f17ae3eeb9023e3c95a7589356c316c2cf (diff)
downloadmiasm-56db4204751bcda47b6a653f6f2347b254b976d9.tar.gz
miasm-56db4204751bcda47b6a653f6f2347b254b976d9.zip
symbexec: symbexec is object
Diffstat (limited to '')
-rw-r--r--miasm2/ir/symbexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/ir/symbexec.py b/miasm2/ir/symbexec.py
index c466cfed..87ad7359 100644
--- a/miasm2/ir/symbexec.py
+++ b/miasm2/ir/symbexec.py
@@ -79,7 +79,7 @@ class symbols():
         return s
 
 
-class symbexec:
+class symbexec(object):
 
     def __init__(self, ir_arch, known_symbols,
                  func_read=None,