[binutils-gdb] Fix typo in aarch64-opc.c
Nick Clifton
nickc@sourceware.org
Mon Dec 8 15:12:08 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2037ef2f7dbf5aa75094e490beb3717499f3c05f
commit 2037ef2f7dbf5aa75094e490beb3717499f3c05f
Author: Nick Clifton <nickc@redhat.com>
Date: Mon Dec 8 15:12:02 2025 +0000
Fix typo in aarch64-opc.c
Diff:
---
opcodes/aarch64-opc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opcodes/aarch64-opc.c b/opcodes/aarch64-opc.c
index c501b9b35e5..97852a0132d 100644
--- a/opcodes/aarch64-opc.c
+++ b/opcodes/aarch64-opc.c
@@ -5006,7 +5006,7 @@ aarch64_print_operand (char *buf, size_t size, bfd_vma pc,
if (!(aarch64_sys_regs[i].value == opnd->sysreg.value)
|| aarch64_sys_reg_deprecated_p (aarch64_sys_regs[i].flags)
- | aarch64_sys_reg_alias_p (aarch64_sys_regs[i].flags))
+ || aarch64_sys_reg_alias_p (aarch64_sys_regs[i].flags))
continue;
int mismatch_score = 0;
More information about the Binutils-cvs
mailing list