From f668d839e50e59321d62ca54e414463ad24929ef Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 29 May 1998 21:37:44 +0000 Subject: [PATCH] tipo --- gas/read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/read.c b/gas/read.c index 2484ae080ea..5f63d3f5de1 100644 --- a/gas/read.c +++ b/gas/read.c @@ -3431,8 +3431,8 @@ emit_expr (exp, nbytes) x = (struct broken_word *) xmalloc (sizeof (struct broken_word)); x->next_broken_word = broken_words; broken_words = x; - x->seg = seg_now; - x->subseg = subseg_now; + x->seg = now_seg; + x->subseg = now_subseg; x->frag = frag_now; x->word_goes_here = p; x->dispfrag = 0; -- 2.30.2