File: tc-z80.c.diff

package info (click to toggle)
binutils-z80 2.22-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 68 kB
  • sloc: makefile: 71
file content (10 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- tc-z80.c.orig	2011-12-23 17:17:55.860988588 +0100
+++ tc-z80.c	2011-12-23 17:17:59.969093857 +0100
@@ -702,6 +702,7 @@
       fixp = fix_new_exp (frag_now, p - frag_now->fr_literal, 1, val,
 			  (r_type == BFD_RELOC_8_PCREL) ? TRUE : FALSE, r_type);
       /* FIXME : Process constant offsets immediately.  */
+      (void)fixp;
     }
 }