diff options
Diffstat (limited to 'example/jitter/msp430.py')
| -rwxr-xr-x | example/jitter/msp430.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/jitter/msp430.py b/example/jitter/msp430.py index 5c8b7197..b69f91c6 100755 --- a/example/jitter/msp430.py +++ b/example/jitter/msp430.py @@ -18,8 +18,8 @@ parser.add_argument("-n", "--log-newbloc", help="Log basic blocks processed by the Jitter", action="store_true") parser.add_argument("-j", "--jitter", - help="Jitter engine. Possible values are : tcc (default), llvm", - default="tcc") + help="Jitter engine (default is 'gcc')", + default="gcc") parser.add_argument("-d", "--debugging", help="Attach a CLI debugguer to the sandboxed programm", action="store_true") |