Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gas / macro.c
index b79d92214939c94bdf5633c86c77a7eba9a1ca9e..e00a18bdad48ef369848dea4f4802ebadaa45c52 100644 (file)
@@ -374,7 +374,7 @@ get_any_string (size_t idx, sb *in, sb *out)
       else if (in->ptr[idx] == '%' && macro_alternate)
        {
          offsetT val;
-         char buf[20];
+         char buf[64];
 
          /* Turns the next expression into a string.  */
          /* xgettext: no-c-format */
This page took 0.023982 seconds and 4 git commands to generate.