diff options
Diffstat (limited to 'gas/config/obj-coff.c')
-rw-r--r-- | gas/config/obj-coff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index b263fe3..3b62c52 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -1912,8 +1912,7 @@ obj_coff_ln (appline) } /* wrong context */ l = get_absolute_expression (); - c_line_new (0, obstack_next_free (&frags) - frag_now->fr_literal, l, - frag_now); + c_line_new (0, frag_now_fix (), l, frag_now); #ifndef NO_LISTING { extern int listing; |