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
00ed6b06
Commit
00ed6b06
authored
Nov 03, 2011
by
Manuel Mohr
Browse files
sparc: Pass correct argument to lower_alloc.
parent
313666a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/bearch_sparc.c
View file @
00ed6b06
...
...
@@ -436,7 +436,7 @@ static void sparc_lower_for_target(void)
ir_graph
*
irg
=
get_irp_irg
(
i
);
ir_lower_mode_b
(
irg
,
mode_Iu
);
lower_switch
(
irg
,
4
,
256
,
false
);
lower_alloc
(
irg
,
SPARC_STACK_ALIGNMENT
,
false
,
-
SPARC_MIN_STACKSIZE
);
lower_alloc
(
irg
,
SPARC_STACK_ALIGNMENT
,
false
,
SPARC_MIN_STACKSIZE
);
}
}
...
...
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