From 711752fc45027682e962853906a4b515e5f45849 Mon Sep 17 00:00:00 2001 From: Ivan “CLOVIS” Canet Date: Wed, 16 Mar 2022 09:28:33 +0100 Subject: Fixed output file name in graph_dataflow --- example/expression/graph_dataflow.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'example/expression/graph_dataflow.py') diff --git a/example/expression/graph_dataflow.py b/example/expression/graph_dataflow.py index 0546fda3..dc09eae4 100644 --- a/example/expression/graph_dataflow.py +++ b/example/expression/graph_dataflow.py @@ -158,8 +158,10 @@ gen_block_data_flow_graph(lifter, ircfg, ad, block_flow_cb) print('*' * 40) print(""" View with: -dotty dataflow.dot +dotty data.dot + or +xdot data.dot or Generate ps with pdf: -dot -Tps dataflow_xx.dot -o graph.ps +dot -Tps data.dot -o graph.ps """) -- cgit 1.4.1