almost forgot to checkit it in.
authorMike Stump <mrs@gcc.gnu.org>
Tue, 17 Sep 1996 19:30:53 +0000 (19:30 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 17 Sep 1996 19:30:53 +0000 (19:30 +0000)
From-SVN: r12731

gcc/config/mips/mips.h

index be4efbe67cd94261528606ccde3b1168e2255a23..a1f0b26b32aa188635dba4a8aa9e26e0713413c7 100644 (file)
@@ -1723,7 +1723,7 @@ extern enum reg_class     mips_secondary_reload_class ();
 #define RETURN_ADDR_RTX(count, frame)                  \
   ((count == 0)                                                \
    ? gen_rtx (MEM, Pmode, gen_rtx (REG, Pmode, RETURN_ADDRESS_POINTER_REGNUM))\
-   : (fatal ("RETURN_ADDR_RTX not supported for count != 0"), (rtx) 0))
+   : (rtx) 0)
 
 /* Structure to be filled in by compute_frame_size with register
    save masks, and offsets for the current function.  */