about summary refs log tree commit diff stats
path: root/example/jit_mips32.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-01-07 17:19:37 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:42 +0100
commit469a2cc1f5da9dc5157eaf9dd10bb6c1a0cfa334 (patch)
tree6a7e82146b2027ddd05cefcf93c5bc7cff648219 /example/jit_mips32.py
parentc0a74599627ed01c6e799d41905d449ba44b098b (diff)
downloadmiasm-469a2cc1f5da9dc5157eaf9dd10bb6c1a0cfa334.tar.gz
miasm-469a2cc1f5da9dc5157eaf9dd10bb6c1a0cfa334.zip
Example: Update comments (test_jit_* -> jit_*)
Diffstat (limited to 'example/jit_mips32.py')
-rw-r--r--example/jit_mips32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jit_mips32.py b/example/jit_mips32.py
index d027ec50..e41096cc 100644
--- a/example/jit_mips32.py
+++ b/example/jit_mips32.py
@@ -9,7 +9,7 @@ from pdb import pm
 
 parser = ArgumentParser(
     description="""Sandbox raw binary with mips32 engine
-(ex: test_jit_mips32.py example/mips32_sc_l.bin 0)""")
+(ex: jit_mips32.py example/mips32_sc_l.bin 0)""")
 parser.add_argument("-r", "--log-regs",
                     help="Log registers value for each instruction",
                     action="store_true")