diff options
Diffstat (limited to 'example/jitter/msp430.py')
| -rwxr-xr-x | example/jitter/msp430.py | 1 |
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( |