Fix minor merge error in mips port.
* mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM. From-SVN: r19585
This commit is contained in:
parent
7e07331424
commit
1b15c5def4
@ -1,5 +1,8 @@
|
||||
Wed May 6 15:51:39 1998 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
|
||||
HARD_FRAME_POINTER_REGNUM.
|
||||
|
||||
* expr.c (target_temp_slot_level): Delete duplicate definition.
|
||||
|
||||
Wed May 6 16:46:01 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
@ -5632,7 +5632,7 @@ save_restore_insns (store_p, large_reg, large_offset, file)
|
||||
rtx insn;
|
||||
|
||||
if (frame_pointer_needed
|
||||
&& ! BITSET_P (mask, FRAME_POINTER_REGNUM - GP_REG_FIRST))
|
||||
&& ! BITSET_P (mask, HARD_FRAME_POINTER_REGNUM - GP_REG_FIRST))
|
||||
abort ();
|
||||
|
||||
if (mask == 0 && fmask == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user