Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
a73cb23c
Commit
a73cb23c
authored
Apr 26, 2007
by
Michael Beck
Browse files
fixed fprintf
[r13491]
parent
de3446f0
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/ana2/ecg.c
View file @
a73cb23c
...
...
@@ -1212,8 +1212,8 @@ void ecg_report ()
fprintf
(
dot
,
"
\"
, color=
\"
green3
\"
];
\n
"
);
fprintf
(
dot
,
"
\t
graph_0x%
08x
-> ctx_0x%
08x
:HEAD [label=
\"
ctx
\"
, dir=
\"
none
\"
, style=
\"
dotted
\"
];
\n
"
,
(
int
)
graph
,
(
int
)
graph
);
"
\t
graph_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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment