diff options
Diffstat (limited to 'gas/macro.c')
-rw-r--r-- | gas/macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/macro.c b/gas/macro.c index 0d1a1d2..deb4a49 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -842,7 +842,7 @@ macro_expand_body (sb *in, sb *out, formal_entry *formals, { /* Sub in the macro invocation number. */ - char buffer[10]; + char buffer[12]; src++; sprintf (buffer, "%d", macro_number); sb_add_string (out, buffer); |