gas: Pass max_bytes to TC_FRAG_INIT
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.h
index 50b76d30191339d792601a92928c5350f1c94db4..b54907218cf2cbe4ac72b875305d500fb4a46fbd 100644 (file)
@@ -173,8 +173,7 @@ struct aarch64_frag_type
 };
 
 #define TC_FRAG_TYPE           struct aarch64_frag_type
-/* NOTE: max_chars is a local variable from frag_var / frag_variant.  */
-#define TC_FRAG_INIT(fragp)    aarch64_init_frag (fragp, max_chars)
+#define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes)
 #define HANDLE_ALIGN(fragp)    aarch64_handle_align (fragp)
 
 #define md_do_align(N, FILL, LEN, MAX, LABEL)                                  \
This page took 0.024262 seconds and 4 git commands to generate.