diff options
| author | Matthieu Longo <matthieu.longo@arm.com> | 2024-06-07 16:59:57 +0100 |
|---|---|---|
| committer | Matthieu Longo <matthieu.longo@arm.com> | 2024-11-08 11:35:46 +0000 |
| commit | c703d0aff58d887a54264445321af0fda032550e (patch) | |
| tree | ebb561d69e18fe026599c4c69ac20a90a4c83ea2 /include/opcode | |
| parent | a924330947ff168230a32d5abf0613ec6f680af7 (diff) | |
| download | fsf-binutils-gdb-c703d0aff58d887a54264445321af0fda032550e.tar.gz fsf-binutils-gdb-c703d0aff58d887a54264445321af0fda032550e.tar.bz2 fsf-binutils-gdb-c703d0aff58d887a54264445321af0fda032550e.zip | |
aarch64: change returned type to bool to match semantic of functions
Diffstat (limited to 'include/opcode')
| -rw-r--r-- | include/opcode/aarch64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index 2858e2aeb82..b258531736a 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -1971,7 +1971,7 @@ aarch64_is_destructive_by_operands (const aarch64_opcode *); extern int aarch64_num_of_operands (const aarch64_opcode *); -extern int +extern bool aarch64_stack_pointer_p (const aarch64_opnd_info *); extern int |
