fp_offset in second call to mips_emit_frame_related_store.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45379
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
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);
}