diff options
Diffstat (limited to 'opcodes/dis-buf.c')
-rw-r--r-- | opcodes/dis-buf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/dis-buf.c b/opcodes/dis-buf.c index c9103e1..2a93465 100644 --- a/opcodes/dis-buf.c +++ b/opcodes/dis-buf.c @@ -98,9 +98,9 @@ generic_symbol_at_address (bfd_vma addr ATTRIBUTE_UNUSED, /* Just return TRUE. */ -bfd_boolean +bool generic_symbol_is_valid (asymbol * sym ATTRIBUTE_UNUSED, struct disassemble_info *info ATTRIBUTE_UNUSED) { - return TRUE; + return true; } |