(profile_function): Set ALIGN properly.

From-SVN: r6242
This commit is contained in:
Richard Kenner 1993-12-15 18:48:15 -05:00
parent 49b08aba12
commit 177ad45ae0
1 changed files with 1 additions and 1 deletions

View File

@ -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;