diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1996-09-17 19:30:53 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1996-09-17 19:30:53 +0000 |
commit | 24ba333f7b7cfcdfb6f07802b3bc3c28a46eac31 (patch) | |
tree | dccfc83ffb340e2621a4773a22273fdd3e3492bf | |
parent | 55ebdce3ee313d5207db469f9b9cec2a5d270650 (diff) | |
download | gcc-24ba333f7b7cfcdfb6f07802b3bc3c28a46eac31.zip gcc-24ba333f7b7cfcdfb6f07802b3bc3c28a46eac31.tar.gz gcc-24ba333f7b7cfcdfb6f07802b3bc3c28a46eac31.tar.bz2 |
almost forgot to checkit it in.
From-SVN: r12731
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |