From e5e1305c0c940275e1f1236ca4ff2ed5b2ba3ed2 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Sun, 7 May 2017 16:57:57 +0200 Subject: Example: fix simplify argument --- example/disasm/full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm') diff --git a/example/disasm/full.py b/example/disasm/full.py index 3bfb7658..dd0ac6cd 100644 --- a/example/disasm/full.py +++ b/example/disasm/full.py @@ -38,7 +38,7 @@ parser.add_argument('-z', "--dis-nulstart-block", action="store_true", help="Do not disassemble NULL starting block") parser.add_argument('-l', "--dontdis-retcall", action="store_true", help="If set, disassemble only call destinations") -parser.add_argument('-s', "--simplify", action="store_true", +parser.add_argument('-s', "--simplify", action="count", help="Apply simplifications rules (liveness, graph simplification, ...)") parser.add_argument('-o', "--shiftoffset", default=None, type=lambda x: int(x, 0), -- cgit 1.4.1