gas: Pass max_bytes to TC_FRAG_INIT
[deliverable/binutils-gdb.git] / gas / config / tc-score.h
index 4da0be9a5552c13d0cb65efd31283910a47fc6c7..34cf5fdcd2aa1bddf92afe47de7c0b2954636f25 100644 (file)
@@ -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); \
This page took 0.024432 seconds and 4 git commands to generate.