Commit f37cf6a9 by Georg-Johann Lay Committed by Georg-Johann Lay

avr-devices.c (avr_mcu_type): Adjust NULL part of initializer to changes from r184614.

	* config/avr/avr-devices.c (avr_mcu_type): Adjust NULL part
	of initializer to changes from r184614.

From-SVN: r184622
parent 9396206b
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
......
......@@ -61,6 +61,6 @@ const struct mcu_type_s avr_mcu_types[] = {
#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 }
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment