diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-09 17:04:36 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2014-10-09 17:04:36 +0200 |
| commit | 7101a6d9d5998102d0dc6a86ac01ba332fed3506 (patch) | |
| tree | 2981aa9d677f614f0ded8476f6e86c20e6c28107 /example/asm_arm_sc.py | |
| parent | 59ef1b1d854cac3e94cd4565a0ac750de9a4c92d (diff) | |
| download | miasm-7101a6d9d5998102d0dc6a86ac01ba332fed3506.tar.gz miasm-7101a6d9d5998102d0dc6a86ac01ba332fed3506.zip | |
Arch/jit: add endianess support jitters
Diffstat (limited to 'example/asm_arm_sc.py')
| -rw-r--r-- | example/asm_arm_sc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_arm_sc.py b/example/asm_arm_sc.py index 71f2d716..16bfa181 100644 --- a/example/asm_arm_sc.py +++ b/example/asm_arm_sc.py @@ -27,7 +27,7 @@ base_expr.setParseAction(my_var_parser) st = StrPatchwork() -blocs, symbol_pool = parse_asm.parse_txt(mn_arm, 'arm', ''' +blocs, symbol_pool = parse_asm.parse_txt(mn_arm, 'l', ''' main: MOV R1, R0 MOV R2, 0x100 |