s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / gas / config / tc-tic54x.c
index b1c7c2167c6f5d3fc220acea8d7d52acdd660f52..9825e1873dbc0362503b8597498318c86966aeed 100644 (file)
@@ -4354,7 +4354,7 @@ emit_insn (insn)
       if (insn->opcode[i].unresolved)
        fix_new_exp (frag_now, p - frag_now->fr_literal,
                     insn->opcode[i].r_nchars, &insn->opcode[i].addr_expr,
-                    false, insn->opcode[i].r_type);
+                    FALSE, insn->opcode[i].r_type);
     }
 }
 
This page took 0.02838 seconds and 4 git commands to generate.