diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-29 21:37:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-29 21:37:44 +0000 |
commit | f668d839e50e59321d62ca54e414463ad24929ef (patch) | |
tree | a8c28079a554d30c4c45bb45180b3b83ccbcc5ef /gas | |
parent | ca16ec5c818a987b629cd0349d638e797f302b1e (diff) | |
download | fsf-binutils-gdb-f668d839e50e59321d62ca54e414463ad24929ef.zip fsf-binutils-gdb-f668d839e50e59321d62ca54e414463ad24929ef.tar.gz fsf-binutils-gdb-f668d839e50e59321d62ca54e414463ad24929ef.tar.bz2 |
tipo
Diffstat (limited to 'gas')
-rw-r--r-- | gas/read.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |