From: Jeff Law Date: Wed, 22 Apr 1998 09:43:06 +0000 (-0600) Subject: mips.c (compute_frame_size): Change only argument to a HOST_WIDE_INT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db4c1c35224b08236e25739bf656f569cd4d172f;p=gcc.git 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 --- 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 */