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
8d285c0d
Commit
8d285c0d
authored
Mar 24, 2006
by
Christian Würdig
Browse files
emit additional debug info
parent
87a6f0fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_emitter.pl
View file @
8d285c0d
...
...
@@ -117,7 +117,7 @@ foreach my $op (keys(%nodes)) {
}
}
push
(
@obst_func
,
'
lc_efprintf(arg_env, F, "\t%-35s %-60s /* %+F */\n", cmd_buf, cmnt_buf, n);
'
.
"
\n
");
push
(
@obst_func
,
'
lc_efprintf(arg_env, F, "\t%-35s %-60s /* %+F
(%+G)
*/\n", cmd_buf, cmnt_buf,
n,
n);
'
.
"
\n
");
push
(
@obst_func
,
"
}
\n\n
");
}
...
...
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