about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-03-26 19:47:28 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-03-27 12:30:46 +0100
commitd3f33cfcabff1ee8e5c46bbb6a7b466a4c4c2189 (patch)
treeed4200b1e1e33be949026d750c6b7cf7d8e7c1f9 /example
parentf2f9333c07bc24de2203308b60bbd011fc4cbdff (diff)
downloadfocaccia-miasm-d3f33cfcabff1ee8e5c46bbb6a7b466a4c4c2189.tar.gz
focaccia-miasm-d3f33cfcabff1ee8e5c46bbb6a7b466a4c4c2189.zip
Jitter: fix msp430 example
Diffstat (limited to 'example')
-rwxr-xr-xexample/jitter/msp430.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/jitter/msp430.py b/example/jitter/msp430.py
index 972a1fdc..927fb47b 100755
--- a/example/jitter/msp430.py
+++ b/example/jitter/msp430.py
@@ -31,7 +31,6 @@ machine = Machine("msp430")
 def jit_msp430_binary(args):
     filepath, entryp = args.binary, int(args.addr, 0)
     myjit = machine.jitter(jit_type = args.jitter)
-    myjit.init_stack()
 
     # Log level (if available with jitter engine)
     myjit.set_trace_log(