diff options
Diffstat (limited to 'gcc/config/frv/frv.h')
-rw-r--r-- | gcc/config/frv/frv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 2cbcb296dc3..b33805c0a1a 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -1445,9 +1445,9 @@ typedef struct frv_stack { to a smaller address. */ #define STACK_GROWS_DOWNWARD 1 -/* Define this macro if the addresses of local variable slots are at negative - offsets from the frame pointer. */ -#define FRAME_GROWS_DOWNWARD +/* Define this macro to non-zero if the addresses of local variable slots + are at negative offsets from the frame pointer. */ +#define FRAME_GROWS_DOWNWARD 1 /* Offset from the frame pointer to the first local variable slot to be allocated. |