forked from Imagelibrary/binutils-gdb
aarch64: change returned type to bool to match semantic of functions
This commit is contained in:
@@ -1971,7 +1971,7 @@ aarch64_is_destructive_by_operands (const aarch64_opcode *);
|
|||||||
extern int
|
extern int
|
||||||
aarch64_num_of_operands (const aarch64_opcode *);
|
aarch64_num_of_operands (const aarch64_opcode *);
|
||||||
|
|
||||||
extern int
|
extern bool
|
||||||
aarch64_stack_pointer_p (const aarch64_opnd_info *);
|
aarch64_stack_pointer_p (const aarch64_opnd_info *);
|
||||||
|
|
||||||
extern int
|
extern int
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -442,7 +442,7 @@ get_operand_from_code (enum aarch64_opnd code)
|
|||||||
|
|
||||||
/* Operand qualifier and operand constraint checking. */
|
/* Operand qualifier and operand constraint checking. */
|
||||||
|
|
||||||
int aarch64_match_operands_constraint (aarch64_inst *,
|
bool aarch64_match_operands_constraint (aarch64_inst *,
|
||||||
aarch64_operand_error *);
|
aarch64_operand_error *);
|
||||||
|
|
||||||
/* Operand qualifier related functions. */
|
/* Operand qualifier related functions. */
|
||||||
|
|||||||
Reference in New Issue
Block a user