diff options
Diffstat (limited to 'example/asm_arm.py')
| -rw-r--r-- | example/asm_arm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_arm.py b/example/asm_arm.py index a3e85cde..b891ba1a 100644 --- a/example/asm_arm.py +++ b/example/asm_arm.py @@ -73,7 +73,7 @@ print "symbols" print symbol_pool # dont erase from start to shell code padading resolved_b, patches = asmbloc.asm_resolve_final( - my_mn, 'arm', blocs[0], symbol_pool) + my_mn, blocs[0], symbol_pool) print patches for offset, raw in patches.items(): |