about summary refs log tree commit diff stats
path: root/example/asm/simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/asm/simple.py')
-rw-r--r--example/asm/simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm/simple.py b/example/asm/simple.py
index 6197556b..bfa3ace6 100644
--- a/example/asm/simple.py
+++ b/example/asm/simple.py
@@ -30,7 +30,7 @@ loop:
 loc_db.set_location_offset(loc_db.get_name_location("main"), 0x0)
 
 # Spread information and resolve instructions offset
-patches = asmblock.asm_resolve_final(mn_x86, asmcfg, loc_db)
+patches = asmblock.asm_resolve_final(mn_x86, asmcfg)
 
 # Show resolved asmcfg
 for block in asmcfg.blocks: