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
6947fc9d
Commit
6947fc9d
authored
Jun 25, 2014
by
Tobias Rapp
Browse files
amd64: we need 16byte stack alignment
parent
f1dce7eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/bearch_amd64.c
View file @
6947fc9d
...
...
@@ -475,7 +475,7 @@ static amd64_isa_t amd64_isa_template = {
amd64_reg_classes
,
&
amd64_registers
[
REG_RSP
],
/* stack pointer register */
&
amd64_registers
[
REG_RBP
],
/* base pointer register */
3
,
/* power of two stack alignment for calls
, 2^2 == 4
*/
4
,
/* power of two stack alignment for calls */
7
,
/* costs for a spill instruction */
5
,
/* costs for a reload instruction */
},
...
...
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