about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/disasm/full.py2
1 files changed, 1 insertions, 1 deletions
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)):