about summary refs log tree commit diff stats
path: root/example/asm_arm_sc.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/asm_arm_sc.py')
-rw-r--r--example/asm_arm_sc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_arm_sc.py b/example/asm_arm_sc.py
index 3c96742d..71f2d716 100644
--- a/example/asm_arm_sc.py
+++ b/example/asm_arm_sc.py
@@ -54,7 +54,7 @@ for b in blocs[0]:
     print b
 
 resolved_b, patches = asmbloc.asm_resolve_final(
-    mn_arm, "arm", blocs[0], symbol_pool)
+    mn_arm, blocs[0], symbol_pool)
 print patches
 
 for offset, raw in patches.items():