about summary refs log tree commit diff stats
path: root/example/asm_box_x86_32.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/asm_box_x86_32.py')
-rw-r--r--example/asm_box_x86_32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_box_x86_32.py b/example/asm_box_x86_32.py
index 2fa63c78..c11e645a 100644
--- a/example/asm_box_x86_32.py
+++ b/example/asm_box_x86_32.py
@@ -57,7 +57,7 @@ for b in blocs[0]:
     print b
 
 resolved_b, patches = asmbloc.asm_resolve_final(
-    mn_x86, 32, blocs[0], symbol_pool)
+    mn_x86, blocs[0], symbol_pool)
 print patches
 
 for offset, raw in patches.items():