diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-07-07 08:17:30 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-07-07 12:33:47 +0200 |
| commit | 7c98de47f759e98fafab5e203e1f2d13e559f2cc (patch) | |
| tree | 04f99c8ce69885d911054a9bb521f1a16ed6f825 /example/ida/graph_ir.py | |
| parent | 0da61c83fdf9053b043391634a175b104b332e42 (diff) | |
| download | focaccia-miasm-7c98de47f759e98fafab5e203e1f2d13e559f2cc.tar.gz focaccia-miasm-7c98de47f759e98fafab5e203e1f2d13e559f2cc.zip | |
IR: rename add_bloc
Diffstat (limited to 'example/ida/graph_ir.py')
| -rw-r--r-- | example/ida/graph_ir.py | 2 |
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 |