Commit d218c758 by Torbjorn Granlund

*** empty log message ***

From-SVN: r865
parent 28f6d3af
...@@ -303,7 +303,7 @@ frame n | | | | ...@@ -303,7 +303,7 @@ frame n | | | |
/* Base register for access to local variables of the function. /* Base register for access to local variables of the function.
Pyramid uses CFP (GR13) as both frame pointer and argument pointer. */ 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. /* Value should be nonzero if functions must have frame pointers.
Zero means the frame pointer need not be set up (and parms Zero means the frame pointer need not be set up (and parms
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment