of initializer to changes from r184614.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184622
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-02-28 Georg-Johann Lay <avr@gjlay.de>
+
+ * config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
+ of initializer to changes from r184614.
+
2012-02-28 Richard Guenther <rguenther@suse.de>
PR tree-optimization/52395
#include "avr-mcus.def"
#undef AVR_MCU
/* End of list. */
- { NULL, ARCH_UNKNOWN, NULL, 0, 0, 0, NULL }
+ { NULL, ARCH_UNKNOWN, NULL, 0, 0, 0, 0, NULL }
};