(profile_function): Set ALIGN properly.
From-SVN: r6242
This commit is contained in:
parent
49b08aba12
commit
177ad45ae0
@ -955,7 +955,7 @@ void
|
|||||||
profile_function (file)
|
profile_function (file)
|
||||||
FILE *file;
|
FILE *file;
|
||||||
{
|
{
|
||||||
int align = MIN (BIGGEST_ALIGNMENT, INT_TYPE_SIZE);
|
int align = MIN (BIGGEST_ALIGNMENT, BITS_PER_WORD);
|
||||||
int sval = current_function_returns_struct;
|
int sval = current_function_returns_struct;
|
||||||
int cxt = current_function_needs_context;
|
int cxt = current_function_needs_context;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user