aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ppc-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/ppc-dis.c')
-rw-r--r--opcodes/ppc-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c
index 4e8e3cb..f3c84e0 100644
--- a/opcodes/ppc-dis.c
+++ b/opcodes/ppc-dis.c
@@ -408,7 +408,7 @@ ppc_symbol_is_valid (asymbol *sym,
if (sym == NULL)
return FALSE;
- est = elf_symbol_from (NULL, sym);
+ est = elf_symbol_from (sym);
/* Ignore ELF hidden, local, no-type symbols.
These are generated by annobin. */