mirror of
https://github.com/cea-sec/miasm
synced 2026-08-17 10:26:03 -04:00
Jitter: fix msp430 example
This commit is contained in:
parent
f2f9333c07
commit
d3f33cfcab
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue