mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
tipo
This commit is contained in:
@ -3431,8 +3431,8 @@ emit_expr (exp, nbytes)
|
|||||||
x = (struct broken_word *) xmalloc (sizeof (struct broken_word));
|
x = (struct broken_word *) xmalloc (sizeof (struct broken_word));
|
||||||
x->next_broken_word = broken_words;
|
x->next_broken_word = broken_words;
|
||||||
broken_words = x;
|
broken_words = x;
|
||||||
x->seg = seg_now;
|
x->seg = now_seg;
|
||||||
x->subseg = subseg_now;
|
x->subseg = now_subseg;
|
||||||
x->frag = frag_now;
|
x->frag = frag_now;
|
||||||
x->word_goes_here = p;
|
x->word_goes_here = p;
|
||||||
x->dispfrag = 0;
|
x->dispfrag = 0;
|
||||||
|
Reference in New Issue
Block a user