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
44487c70
Commit
44487c70
authored
Sep 29, 2015
by
yb9976
Browse files
Fixed typo.
parent
9f01c9e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bestack.c
View file @
44487c70
...
...
@@ -177,7 +177,7 @@ void be_abi_fix_stack_bias(ir_graph *irg, get_sp_bias_func get_sp_bias,
bw
.
get_frame_entity
=
get_frame_entity
;
bw
.
start_block_bias
=
process_stack_bias
(
&
bw
,
bw
.
start_block
,
stack_layout
->
initial_bias
);
/* fix the bias i
s
all other blocks */
/* fix the bias i
n
all other blocks */
irg_block_walk_graph
(
irg
,
stack_bias_walker
,
NULL
,
&
bw
);
}
...
...
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