diff options
Diffstat (limited to 'opcodes/csky-opc.h')
-rw-r--r-- | opcodes/csky-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/csky-opc.h b/opcodes/csky-opc.h index 7b2e328..27452bd 100644 --- a/opcodes/csky-opc.h +++ b/opcodes/csky-opc.h @@ -280,7 +280,7 @@ struct csky_opcode signed int relax; /* Worker function to call when this instruction needs special assembler handling. */ - bfd_boolean (*work)(void); + bool (*work) (void); }; /* The following are the opcodes used in relax/fix process. */ |