public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] aarch64: Fix coding style issue in `aarch64-dis.c'
@ 2024-04-22  9:35 Victor Do Nascimento
  0 siblings, 0 replies; only message in thread
From: Victor Do Nascimento @ 2024-04-22  9:35 UTC (permalink / raw)
  To: binutils-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=911cb006bf029ada9f6364619257dffe9218e92a

commit 911cb006bf029ada9f6364619257dffe9218e92a
Author: Victor Do Nascimento <victor.donascimento@arm.com>
Date:   Fri Apr 19 14:01:43 2024 +0100

    aarch64: Fix coding style issue in `aarch64-dis.c'
    
    Fix integer value being returned from boolean function, as introduced
    in `aarch64: Remove asserts from operand qualifier decoders [PR31595]'.

Diff:
---
 opcodes/aarch64-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opcodes/aarch64-dis.c b/opcodes/aarch64-dis.c
index b70e6da9eb7..e1c3f557874 100644
--- a/opcodes/aarch64-dis.c
+++ b/opcodes/aarch64-dis.c
@@ -1038,7 +1038,7 @@ aarch64_ext_ft (const aarch64_operand *self ATTRIBUTE_UNUSED,
 	return false;
       info->qualifier = get_sreg_qualifier_from_value (value);
       if (info->qualifier == AARCH64_OPND_QLF_ERR)
-	return 0;
+	return false;
     }
 
   return true;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-22  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22  9:35 [binutils-gdb] aarch64: Fix coding style issue in `aarch64-dis.c' Victor Do Nascimento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).