about summary refs log tree commit diff stats
path: root/example/ida/graph_ir.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/ida/graph_ir.py')
-rw-r--r--example/ida/graph_ir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ida/graph_ir.py b/example/ida/graph_ir.py
index 8c7e80f5..d9645748 100644
--- a/example/ida/graph_ir.py
+++ b/example/ida/graph_ir.py
@@ -150,7 +150,7 @@ def build_graph(verbose=False, simplify=False):
         if verbose:
             print 'ADD'
             print block
-        ir_arch.add_bloc(block)
+        ir_arch.add_block(block)
 
     if verbose:
         print "IR ok... %x" % addr