diff options
Diffstat (limited to 'example/asm_msp430_sc.py')
| -rw-r--r-- | example/asm_msp430_sc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_msp430_sc.py b/example/asm_msp430_sc.py index 5dee56fb..c0bae929 100644 --- a/example/asm_msp430_sc.py +++ b/example/asm_msp430_sc.py @@ -45,7 +45,7 @@ for b in blocs[0]: print b resolved_b, patches = asmbloc.asm_resolve_final( - mn_msp430, None, blocs[0], symbol_pool) + mn_msp430, blocs[0], symbol_pool) print patches for offset, raw in patches.items(): |