From d218c758daa19a6b0f16fbd2b453091159074ef4 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 3 May 1992 12:16:51 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r865 --- gcc/config/pyr/pyr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pyr/pyr.h b/gcc/config/pyr/pyr.h index c057b76..760332e 100644 --- a/gcc/config/pyr/pyr.h +++ b/gcc/config/pyr/pyr.h @@ -303,7 +303,7 @@ frame n | | | | /* Base register for access to local variables of the function. Pyramid uses CFP (GR13) as both frame pointer and argument pointer. */ -#define FRAME_POINTER_REGNUM PYR_GREG(13) +#define FRAME_POINTER_REGNUM 13 /* pyr cpp fails on PYR_GREG(13) */ /* Value should be nonzero if functions must have frame pointers. Zero means the frame pointer need not be set up (and parms -- 2.7.4