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
2d536400
Commit
2d536400
authored
Sep 11, 2008
by
Michael Beck
Browse files
- reset the default stack alignment to 2^2
[r21864]
parent
8b0cea6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
2d536400
...
...
@@ -1660,7 +1660,7 @@ static ia32_isa_t ia32_isa_template = {
&
ia32_gp_regs
[
REG_ESP
],
/* stack pointer register */
&
ia32_gp_regs
[
REG_EBP
],
/* base pointer register */
-
1
,
/* stack direction */
4
,
/* power of two stack alignment, 2^
4
==
16
*/
2
,
/* power of two stack alignment, 2^
2
==
4
*/
NULL
,
/* main environment */
7
,
/* costs for a spill instruction */
5
,
/* costs for a reload instruction */
...
...
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