From 4e3272393ff1ab2c07d9fa209d2ae82954f7954c Mon Sep 17 00:00:00 2001 From: Denis Chertykov Date: Tue, 9 Dec 2014 20:00:18 +0300 Subject: * od-elf32_avr.c (elf32_avr_dump_mem_usage): Fix device initialization. --- binutils/od-elf32_avr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/od-elf32_avr.c') 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; -- cgit v1.1