From 469a2cc1f5da9dc5157eaf9dd10bb6c1a0cfa334 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Wed, 7 Jan 2015 17:19:37 +0100 Subject: Example: Update comments (test_jit_* -> jit_*) --- example/jit_mips32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/jit_mips32.py') 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") -- cgit 1.4.1