diff options
Diffstat (limited to 'opcodes/csky-opc.h')
-rw-r--r-- | opcodes/csky-opc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/csky-opc.h b/opcodes/csky-opc.h index b65efe1..d2db90e 100644 --- a/opcodes/csky-opc.h +++ b/opcodes/csky-opc.h @@ -271,8 +271,8 @@ struct csky_opcode /* Encodings for 32-bit opcodes. */ struct csky_opcode_info op32[OP_TABLE_NUM]; /* Instruction set flag. */ - BFD_HOST_U_64_BIT isa_flag16; - BFD_HOST_U_64_BIT isa_flag32; + uint64_t isa_flag16; + uint64_t isa_flag32; /* Whether this insn needs relocation, 0: no, !=0: yes. */ signed int reloc16; signed int reloc32; |