From 24ba333f7b7cfcdfb6f07802b3bc3c28a46eac31 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 17 Sep 1996 19:30:53 +0000 Subject: [PATCH] almost forgot to checkit it in. From-SVN: r12731 --- gcc/config/mips/mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index be4efbe..a1f0b26 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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. */ -- 2.7.4