From db4c1c35224b08236e25739bf656f569cd4d172f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 22 Apr 1998 03:43:06 -0600 Subject: [PATCH] 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 --- gcc/config/mips/mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2