(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

View File

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