Commit 177ad45a by Richard Kenner

(profile_function): Set ALIGN properly.

From-SVN: r6242
parent 49b08aba
......@@ -955,7 +955,7 @@ void
profile_function (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 cxt = current_function_needs_context;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment