Use bool in opcodes
[deliverable/binutils-gdb.git] / opcodes / aarch64-dis.h
index 97045114a2e076e7d5f341b473de4898194f8dc0..09305b9c07dac6099fa0617ca845cecaf3841ecf 100644 (file)
@@ -50,7 +50,7 @@ const aarch64_opcode* aarch64_find_next_alias_opcode (const aarch64_opcode *);
 
 /* Switch-table-based high-level operand extractor.  */
 
-bfd_boolean
+bool
 aarch64_extract_operand (const aarch64_operand *, aarch64_opnd_info *,
                         const aarch64_insn, const aarch64_inst *,
                         aarch64_operand_error *);
@@ -58,9 +58,9 @@ aarch64_extract_operand (const aarch64_operand *, aarch64_opnd_info *,
 /* Operand extractors.  */
 
 #define AARCH64_DECL_OPD_EXTRACTOR(x)  \
-  bfd_boolean aarch64_##x (const aarch64_operand *, aarch64_opnd_info *, \
-                          const aarch64_insn, const aarch64_inst *, \
-                          aarch64_operand_error *)
+  bool aarch64_##x (const aarch64_operand *, aarch64_opnd_info *,      \
+                   const aarch64_insn, const aarch64_inst *,           \
+                   aarch64_operand_error *)
 
 AARCH64_DECL_OPD_EXTRACTOR (ext_none);
 AARCH64_DECL_OPD_EXTRACTOR (ext_regno);
This page took 0.024874 seconds and 4 git commands to generate.