Commit 58771ed1 by Richard Sandiford Committed by Richard Sandiford

mips.c (save_restore_insns): Change base_offset to fp_offset in second call to…

mips.c (save_restore_insns): Change base_offset to fp_offset in second call to mips_emit_frame_related_store.

	* config/mips/mips.c (save_restore_insns): Change base_offset to
	fp_offset in second call to mips_emit_frame_related_store.

From-SVN: r45379
parent ba72e5a6
2001-09-04 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.c (save_restore_insns): Change base_offset to
fp_offset in second call to mips_emit_frame_related_store.
2001-09-04 Hans-Peter Nilsson <hp@axis.com>
* doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
......
......@@ -6782,7 +6782,7 @@ save_restore_insns (store_p, large_reg, large_offset, file)
RTX_UNCHANGING_P (mem_rtx) = 1;
if (store_p)
mips_emit_frame_related_store (mem_rtx, reg_rtx, base_offset);
mips_emit_frame_related_store (mem_rtx, reg_rtx, fp_offset);
else
emit_move_insn (reg_rtx, mem_rtx);
}
......
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