projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca16ec5
)
tipo
author
Ian Lance Taylor
<ian@airs.com>
Fri, 29 May 1998 21:37:44 +0000
(21:37 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 29 May 1998 21:37:44 +0000
(21:37 +0000)
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/read.c
b/gas/read.c
index 2484ae080ea73a7e6f783073a14b13c5f2a857fa..5f63d3f5de14448b7bc6c56bfa7124d728d9f2ae 100644
(file)
--- 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;