about summary refs log tree commit diff stats
path: root/example/asm_x86.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2014-10-08 17:59:45 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-10-08 17:59:45 +0200
commit2f4d1bf249f09b17c85f78bb9d2cbdec60b5be45 (patch)
tree4947690040f000b8ac582c9e76e8b084001f740d /example/asm_x86.py
parentfaae3a839c34c49cd26a0665c9e646f1a5127784 (diff)
downloadmiasm-2f4d1bf249f09b17c85f78bb9d2cbdec60b5be45.tar.gz
miasm-2f4d1bf249f09b17c85f78bb9d2cbdec60b5be45.zip
asmbloc: remove un needed mode in asm function
Diffstat (limited to 'example/asm_x86.py')
-rw-r--r--example/asm_x86.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_x86.py b/example/asm_x86.py
index b9f2cc5b..77fc61dc 100644
--- a/example/asm_x86.py
+++ b/example/asm_x86.py
@@ -79,7 +79,7 @@ mystr:
 symbol_pool.set_offset(symbol_pool.getby_name("main"), 0x0)
 s = StrPatchwork()
 resolved_b, patches = asmbloc.asm_resolve_final(
-    mn_x86, '32', blocs[0], symbol_pool)
+    mn_x86, blocs[0], symbol_pool)
 for offset, raw in patches.items():
     s[offset] = raw