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
603128ef
Commit
603128ef
authored
Sep 09, 2008
by
Matthias Braun
Browse files
intialize initial_bias
[r21785]
parent
656700e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
603128ef
...
...
@@ -344,6 +344,7 @@ static be_stack_layout_t *stack_frame_init(be_stack_layout_t *frame, ir_type *ar
frame
->
between_type
=
between
;
frame
->
frame_type
=
locals
;
frame
->
initial_offset
=
0
;
frame
->
initial_bias
=
0
;
frame
->
stack_dir
=
stack_dir
;
frame
->
order
[
1
]
=
between
;
frame
->
param_map
=
param_map
;
...
...
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