diff options
Diffstat (limited to 'gcc/config/msp430/msp430.c')
-rw-r--r-- | gcc/config/msp430/msp430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/msp430/msp430.c b/gcc/config/msp430/msp430.c index 1ab79a7..2b4427d 100644 --- a/gcc/config/msp430/msp430.c +++ b/gcc/config/msp430/msp430.c @@ -2059,7 +2059,7 @@ const struct attribute_spec msp430_attribute_table[] = #define TARGET_ASM_FUNCTION_PROLOGUE msp430_start_function static void -msp430_start_function (FILE *outfile, HOST_WIDE_INT hwi_local ATTRIBUTE_UNUSED) +msp430_start_function (FILE *outfile) { int r, n; |