From a73cb23c5fac1db0ec360d6ae701b46795149069 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 26 Apr 2007 21:10:20 +0000 Subject: [PATCH] fixed fprintf [r13491] --- ir/ana2/ecg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/ana2/ecg.c b/ir/ana2/ecg.c index 260feda62..6b3c7d7f4 100644 --- a/ir/ana2/ecg.c +++ b/ir/ana2/ecg.c @@ -1212,8 +1212,8 @@ void ecg_report () fprintf (dot, "\", color=\"green3\"];\n"); fprintf (dot, - "\tgraph_0x%08x -> ctx_0x%08x:HEAD [label=\"ctx\", dir=\"none\", style=\"dotted\"];\n", - (int) graph, (int) graph); + "\tgraph_0x%p -> ctx_0x%p:HEAD [label=\"ctx\", dir=\"none\", style=\"dotted\"];\n", + graph, graph); } } else { fprintf (dot, "\t/* graph is not called */\n"); @@ -1280,7 +1280,7 @@ void ecg_ecg (void) /* - $Log$ + $Log: ecg.c,v $ Revision 1.23 2006/12/13 19:46:47 beck rename type entity into ir_entity -- 2.20.1