gas: Pass max_bytes to TC_FRAG_INIT
[binutils-gdb.git] / gas / config / tc-nds32.h
index 22e940604ccd048eff8f356eb7fc71614cfac487..4d4da274d256119ed24d3f92e5bed95cd08499db 100644 (file)
@@ -191,7 +191,7 @@ struct nds32_frag_type
 extern void nds32_frag_init (fragS *);
 
 #define TC_FRAG_TYPE                           struct nds32_frag_type
-#define TC_FRAG_INIT(fragP)                    nds32_frag_init (fragP)
+#define TC_FRAG_INIT(fragP, max_bytes)         nds32_frag_init (fragP)
 
 /* CFI directive.  */
 extern void nds32_elf_frame_initial_instructions (void);