diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index e9e9cf40844..2899d6d057d 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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 */