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
9450dc4c
Commit
9450dc4c
authored
Jan 28, 2006
by
Christian Würdig
Browse files
fixed emit
parent
a9a51d8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
9450dc4c
...
...
@@ -659,10 +659,10 @@ void emit_ia32_Call(ir_node *irn, emit_env_t *emit_env) {
/* We had stack arguments: clear the stack */
fprintf
(
F
,
"
\t
add %d, "
,
args_size
);
if
(
emit_env
->
cg
->
has_alloca
)
{
fprintf
(
F
,
"%ebp"
);
fprintf
(
F
,
"%
%
ebp"
);
}
else
{
fprintf
(
F
,
"%esp"
);
fprintf
(
F
,
"%
%
esp"
);
}
fprintf
(
F
,
"
\t\t\t\t
/* clear stack after call */
\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