]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-z80.c
TRUE/FALSE simplification
[thirdparty/binutils-gdb.git] / gas / config / tc-z80.c
index cfb433f86c0ef43eae1fd154ff825e1b6f23fadc..d4bbb56355be78c2a17cb971256998cf60a836a3 100644 (file)
@@ -1226,7 +1226,7 @@ emit_byte (expressionS * val, bfd_reloc_code_real_type r_type)
     {
       /* For symbols only, constants are stored at begin of function.  */
       fix_new_exp (frag_now, p - frag_now->fr_literal, 1, val,
-                  (r_type == BFD_RELOC_8_PCREL) ? TRUE : FALSE, r_type);
+                  r_type == BFD_RELOC_8_PCREL, r_type);
     }
 }