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
24994170
Commit
24994170
authored
Nov 19, 2014
by
Matthias Braun
Browse files
TEMPLATE: Do not fix stack bias for now (until a proper frame type is constructed)
parent
b0743f83
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/bearch_TEMPLATE.c
View file @
24994170
...
...
@@ -90,7 +90,9 @@ static void TEMPLATE_emit(ir_graph *irg)
{
/* fix stack entity offsets */
be_fix_stack_nodes
(
irg
,
&
TEMPLATE_registers
[
REG_SP
]);
be_abi_fix_stack_bias
(
irg
);
//be_abi_fix_stack_bias(irg);
/* emit code */
TEMPLATE_emit_function
(
irg
);
}
...
...
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