gas: Pass max_bytes to TC_FRAG_INIT
[deliverable/binutils-gdb.git] / gas / frags.c
index 0ee31078ca8e45bfc1b65200b1bfa5ee0d1fddae..90096ff696d7b4809a487b3f4d73fc1a7d1fe6cb 100644 (file)
@@ -238,7 +238,7 @@ frag_var_init (relax_stateT type, size_t max_chars, size_t var,
   frag_now->fr_cgen.opinfo = 0;
 #endif
 #ifdef TC_FRAG_INIT
-  TC_FRAG_INIT (frag_now);
+  TC_FRAG_INIT (frag_now, max_chars);
 #endif
   frag_now->fr_file = as_where (&frag_now->fr_line);
 
This page took 0.025697 seconds and 4 git commands to generate.