diff options
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index ca7024b..f377859 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -6861,7 +6861,7 @@ s_loc (x) assert (now_seg == text_section); lineno = get_number (); - addroff = obstack_next_free (&frags) - frag_now->fr_literal; + addroff = frag_now_fix (); symbolP = symbol_new ("", N_SLINE, addroff, frag_now); S_SET_TYPE (symbolP, N_SLINE); |