]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/csky-dis.c
Remove use of bfd_uint64_t and similar
[thirdparty/binutils-gdb.git] / opcodes / csky-dis.c
index b7c833623e5cbec9e097dfd43d77374906da5e2e..99103ff57b596e35a2471b8f069fafff495437e4 100644 (file)
@@ -49,7 +49,7 @@ struct csky_dis_info
   disassemble_info *info;
   /* Opcode information.  */
   struct csky_opcode_info const *opinfo;
-  BFD_HOST_U_64_BIT isa;
+  uint64_t isa;
   /* The value of operand to show.  */
   int value;
   /* Whether to look up/print a symbol name.  */