diff options
Diffstat (limited to 'gcc/config/crx')
-rw-r--r-- | gcc/config/crx/crx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/crx/crx.c b/gcc/config/crx/crx.c index 79d341c..8f635d5 100644 --- a/gcc/config/crx/crx.c +++ b/gcc/config/crx/crx.c @@ -183,8 +183,8 @@ static void crx_function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode, static const struct attribute_spec crx_attribute_table[] = { /* ISRs have special prologue and epilogue requirements. */ - {"interrupt", 0, 0, false, true, true, NULL}, - {NULL, 0, 0, false, false, false, NULL} + {"interrupt", 0, 0, false, true, true, NULL, false}, + {NULL, 0, 0, false, false, false, NULL, false} }; /* Option handling. */ |