mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* objdump.c (objdump_print_addr): Initialise "sym".
This commit is contained in:
@@ -877,7 +877,7 @@ objdump_print_addr (bfd_vma vma,
|
||||
bfd_boolean skip_zeroes)
|
||||
{
|
||||
struct objdump_disasm_info *aux;
|
||||
asymbol *sym;
|
||||
asymbol *sym = NULL;
|
||||
bfd_boolean skip_find = FALSE;
|
||||
|
||||
aux = (struct objdump_disasm_info *) info->application_data;
|
||||
|
||||
Reference in New Issue
Block a user