mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.
authorJeff Law <law@gcc.gnu.org>
Wed, 22 Apr 1998 09:43:06 +0000 (03:43 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 22 Apr 1998 09:43:06 +0000 (03:43 -0600)
        * mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT.

From-SVN: r19373

gcc/config/mips/mips.c

index e9e9cf408446748bb94e2fc7ca7911e5d84c1aa3..2899d6d057d46005652db63af0513ff6ba45d89a 100644 (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 */