From c703d0aff58d887a54264445321af0fda032550e Mon Sep 17 00:00:00 2001 From: Matthieu Longo Date: Fri, 7 Jun 2024 16:59:57 +0100 Subject: aarch64: change returned type to bool to match semantic of functions --- include/opcode/aarch64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/opcode') 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 -- cgit v1.2.3