diff options
Diffstat (limited to 'gas/config/tc-sh.c')
-rw-r--r-- | gas/config/tc-sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index e927410..db5a7b9 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1920,7 +1920,7 @@ insert_loop_bounds (char *output, sh_operand_info *operand) /* A REPEAT takes 6 bytes. The SH has a 32 bit address space. Hence a 9 digit number should be enough to count all REPEATs. */ sprintf (name, "_R%x", count++ & 0x3fffffff); - end_sym = symbol_new (name, undefined_section, 0, &zero_address_frag); + end_sym = symbol_new (name, undefined_section, &zero_address_frag, 0); /* Make this a local symbol. */ #ifdef OBJ_COFF SF_SET_LOCAL (end_sym); |