diff options
Diffstat (limited to 'example/disasm/full.py')
| -rw-r--r-- | example/disasm/full.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm/full.py b/example/disasm/full.py index 84c856e1..e693a687 100644 --- a/example/disasm/full.py +++ b/example/disasm/full.py @@ -155,7 +155,7 @@ while not finish and todo: # Generate dotty graph -all_blocks = AsmCFG() +all_blocks = AsmCFG(mdis.symbol_pool) for blocks in all_funcs_blocks.values(): all_blocks += blocks |