about summary refs log tree commit diff stats
path: root/example/jitter/msp430.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/msp430.py')
-rw-r--r--example/jitter/msp430.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/msp430.py b/example/jitter/msp430.py
index d752ef8c..eb327e05 100644
--- a/example/jitter/msp430.py
+++ b/example/jitter/msp430.py
@@ -31,7 +31,7 @@ parser.add_argument("addr",
 machine = Machine("msp430")
 
 def jit_msp430_binary(args):
-    filepath, entryp = args.binary, int(args.addr, 16)
+    filepath, entryp = args.binary, int(args.addr, 0)
     myjit = machine.jitter(jit_type = args.jitter)
     myjit.init_stack()