mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* od-elf32_avr.c (elf32_avr_dump_mem_usage): Fix device initialization.
This commit is contained in:
@@ -181,7 +181,7 @@ elf32_avr_dump_mem_usage (bfd *abfd)
|
||||
char *description = NULL;
|
||||
bfd_size_type note_section_size = 0;
|
||||
|
||||
deviceinfo device = {0};
|
||||
deviceinfo device = { 0, 0, 0, 0, 0, 0, NULL };
|
||||
device.name = "Unknown";
|
||||
|
||||
bfd_size_type data_usage = 0;
|
||||
|
||||
Reference in New Issue
Block a user