about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 cfbfc80c..cf52253b 100644
--- a/example/disasm/full.py
+++ b/example/disasm/full.py
@@ -217,7 +217,7 @@ if args.gen_ir:
         dead_simp(ir_arch_a, ircfg_a)
 
     if args.defuse:
-        reachings = ReachingDefinitions(ir_arch_a)
+        reachings = ReachingDefinitions(ircfg_a)
         open('graph_defuse.dot', 'w').write(DiGraphDefUse(reachings).dot())
 
     out = ircfg.dot()