diff options
Diffstat (limited to 'example/ida/depgraph.py')
| -rw-r--r-- | example/ida/depgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ida/depgraph.py b/example/ida/depgraph.py index 12d01af9..503ed2a3 100644 --- a/example/ida/depgraph.py +++ b/example/ida/depgraph.py @@ -218,7 +218,7 @@ def launch_depgraph(): # Generate IR for block in blocks: - ir_arch.add_bloc(block) + ir_arch.add_block(block) # Get settings settings = depGraphSettingsForm(ir_arch) |