From df82c4cd967f269860355ae52a1dbb9901e91a76 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 27 Mar 2017 21:29:29 +0200 Subject: Example/full: fix tipo --- example/disasm/full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/full.py') diff --git a/example/disasm/full.py b/example/disasm/full.py index e768e21c..79db46d4 100644 --- a/example/disasm/full.py +++ b/example/disasm/full.py @@ -136,7 +136,7 @@ while not finish and todo: if args.recurfunctions: for block in allblocks: instr = block.get_subcall_instr() - if not isntr: + if not instr: continue for dest in instr.getdstflow(mdis.symbol_pool): if not (isinstance(dest, ExprId) and isinstance(dest.name, AsmLabel)): -- cgit 1.4.1