Commit db4c1c35 by Jeff Law

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
parent d972dd33
...@@ -5483,7 +5483,7 @@ mips_output_float (stream, value) ...@@ -5483,7 +5483,7 @@ mips_output_float (stream, value)
long long
compute_frame_size (size) compute_frame_size (size)
int size; /* # of var. bytes allocated */ HOST_WIDE_INT size; /* # of var. bytes allocated */
{ {
int regno; int regno;
long total_size; /* # bytes that the entire frame takes up */ long total_size; /* # bytes that the entire frame takes up */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment