diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-08 17:59:45 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-08 17:59:45 +0200 |
| commit | 2f4d1bf249f09b17c85f78bb9d2cbdec60b5be45 (patch) | |
| tree | 4947690040f000b8ac582c9e76e8b084001f740d /example/asm_arm.py | |
| parent | faae3a839c34c49cd26a0665c9e646f1a5127784 (diff) | |
| download | miasm-2f4d1bf249f09b17c85f78bb9d2cbdec60b5be45.tar.gz miasm-2f4d1bf249f09b17c85f78bb9d2cbdec60b5be45.zip | |
asmbloc: remove un needed mode in asm function
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(): |