diff options
Diffstat (limited to 'gcc/config/mt/mt.h')
-rw-r--r-- | gcc/config/mt/mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mt/mt.h b/gcc/config/mt/mt.h index 79d94d4..a4afb3c 100644 --- a/gcc/config/mt/mt.h +++ b/gcc/config/mt/mt.h @@ -533,7 +533,7 @@ extern struct mt_frame_info current_frame_info; /* Define this if it is the responsibility of the caller to allocate the area reserved for arguments passed in registers. */ -#define OUTGOING_REG_PARM_STACK_SPACE +#define OUTGOING_REG_PARM_STACK_SPACE 1 /* The number of register assigned to holding function arguments. */ #define MT_NUM_ARG_REGS 4 |