about summary refs log tree commit diff stats
path: root/example/jitter/mips32.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-04-21 17:41:21 +0200
committerAjax <commial@gmail.com>2017-04-21 17:41:21 +0200
commit6d9c56ea70fd28d32f56fe2467c17cd8b0748597 (patch)
tree796481229679ecf9735cbc4ac6301008d89508dd /example/jitter/mips32.py
parent7a9ba958c66c80b843bdd571f6989a8bb3e98dce (diff)
downloadmiasm-6d9c56ea70fd28d32f56fe2467c17cd8b0748597.tar.gz
miasm-6d9c56ea70fd28d32f56fe2467c17cd8b0748597.zip
Let GCC be the default jitter
Diffstat (limited to 'example/jitter/mips32.py')
-rwxr-xr-xexample/jitter/mips32.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/jitter/mips32.py b/example/jitter/mips32.py
index 7c8900f8..c5b2f7f5 100755
--- a/example/jitter/mips32.py
+++ b/example/jitter/mips32.py
@@ -20,8 +20,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")