gas: Pass max_bytes to TC_FRAG_INIT
[deliverable/binutils-gdb.git] / gas / config / tc-tic54x.h
index 5409d704dcbd5bd93c39effe834b0f3d8a79750c..0eda39603ebfd5c463019a3e23d344830e6baa1a 100644 (file)
@@ -62,7 +62,7 @@ struct bit_info
 
 /* We sometimes need to keep track of bit offsets within words */
 #define TC_FRAG_TYPE int
-#define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0)
+#define TC_FRAG_INIT(FRAGP, MAX_BYTES) do {(FRAGP)->tc_frag_data = 0;}while (0)
 
 /* tell GAS whether the given token is indeed a code label */
 #define TC_START_LABEL_WITHOUT_COLON(NUL_CHAR, NEXT_CHAR) \
This page took 0.023592 seconds and 4 git commands to generate.