diff options
Diffstat (limited to 'gas/config/tc-score.h')
-rw-r--r-- | gas/config/tc-score.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h index 4da0be9a555..34cf5fdcd2a 100644 --- a/gas/config/tc-score.h +++ b/gas/config/tc-score.h @@ -62,7 +62,7 @@ struct score_tc_frag_data #define TC_FRAG_TYPE struct score_tc_frag_data -#define TC_FRAG_INIT(FRAGP) \ +#define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ do \ { \ (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \ |