diff options
Diffstat (limited to 'binutils/od-elf32_avr.c')
-rw-r--r-- | binutils/od-elf32_avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/od-elf32_avr.c b/binutils/od-elf32_avr.c index 7a0a212..ced30c4 100644 --- a/binutils/od-elf32_avr.c +++ b/binutils/od-elf32_avr.c @@ -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; |