diff options
Diffstat (limited to 'opcodes/nios2-dis.c')
-rw-r--r-- | opcodes/nios2-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/nios2-dis.c b/opcodes/nios2-dis.c index 794d700..9709dd3 100644 --- a/opcodes/nios2-dis.c +++ b/opcodes/nios2-dis.c @@ -73,7 +73,7 @@ typedef struct _nios2_disassembler_state nios2_opcode_hash *hash[OPCODE_HASH_SIZE]; nios2_opcode_hash *ps_hash[OPCODE_HASH_SIZE]; const struct nios2_opcode *nop; - bfd_boolean init; + bool init; } nios2_disassembler_state; static nios2_disassembler_state |