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
e2dbd303
Commit
e2dbd303
authored
Sep 19, 2008
by
Matthias Braun
Browse files
always emit push/pop in statev
[r22126]
parent
df8a7c32
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/stat/statev.c
View file @
e2dbd303
...
...
@@ -104,7 +104,7 @@ static INLINE int key_matches(const char *key)
void
stat_ev_printf
(
char
ev
,
const
char
*
key
,
const
char
*
fmt
,
...)
{
if
(
!
key_matches
(
key
))
if
(
ev
==
'E'
&&
!
key_matches
(
key
))
return
;
mfprintf
(
stat_ev_file
,
"%c;%s"
,
ev
,
key
);
...
...
Write
Preview
Markdown
is supported
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