mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user