aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-22 03:43:06 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-22 03:43:06 -0600
commitdb4c1c35224b08236e25739bf656f569cd4d172f (patch)
tree58dc84d19153431b453b540b04a011671f86cfde
parentd972dd33dca2a70856a500a23cd420d34a15ed5b (diff)
downloadgcc-db4c1c35224b08236e25739bf656f569cd4d172f.zip
gcc-db4c1c35224b08236e25739bf656f569cd4d172f.tar.gz
gcc-db4c1c35224b08236e25739bf656f569cd4d172f.tar.bz2
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
-rw-r--r--gcc/config/mips/mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index e9e9cf4..2899d6d 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 */