mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.

* mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.

From-SVN: r19373
This commit is contained in:
Jeff Law 1998-04-22 03:43:06 -06:00
parent d972dd33dc
commit db4c1c3522
1 changed files with 1 additions and 1 deletions

View File

@ -5483,7 +5483,7 @@ mips_output_float (stream, value)
long
compute_frame_size (size)
int size; /* # of var. bytes allocated */
HOST_WIDE_INT size; /* # of var. bytes allocated */
{
int regno;
long total_size; /* # bytes that the entire frame takes up */