]> git.pld-linux.org Git - packages/crossz80-binutils.git/blob - tc-z80.c.diff
- new
[packages/crossz80-binutils.git] / tc-z80.c.diff
1 --- binutils-2.22/gas/config/tc-z80.c.orig      2011-12-23 17:17:55.860988588 +0100
2 +++ binutils-2.22/gas/config/tc-z80.c   2011-12-23 17:17:59.969093857 +0100
3 @@ -702,6 +702,7 @@
4        fixp = fix_new_exp (frag_now, p - frag_now->fr_literal, 1, val,
5                           (r_type == BFD_RELOC_8_PCREL) ? TRUE : FALSE, r_type);
6        /* FIXME : Process constant offsets immediately.  */
7 +      (void)fixp;
8      }
9  }
10  
This page took 0.067387 seconds and 3 git commands to generate.