Commit 9f8b85b8 by Doug Evans

(sparc_flat_output_function_prologue): Fix nit in assembler comment,

count regs as 4 byte registers.

From-SVN: r8311
parent 86735b02
...@@ -4445,7 +4445,7 @@ sparc_flat_output_function_prologue (file, size) ...@@ -4445,7 +4445,7 @@ sparc_flat_output_function_prologue (file, size)
fprintf (file, "\t!# vars= %d, regs= %d/%d, args= %d, extra= %d\n", fprintf (file, "\t!# vars= %d, regs= %d/%d, args= %d, extra= %d\n",
current_frame_info.var_size, current_frame_info.var_size,
current_frame_info.gp_reg_size / 4, current_frame_info.gp_reg_size / 4,
current_frame_info.fp_reg_size / 8, current_frame_info.fp_reg_size / 4,
current_function_outgoing_args_size, current_function_outgoing_args_size,
current_frame_info.extra_size); current_frame_info.extra_size);
......
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