summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/system-coldfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/system-coldfire.c')
-rw-r--r--firmware/target/coldfire/system-coldfire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/system-coldfire.c b/firmware/target/coldfire/system-coldfire.c
index 1fbd00825a..bc8c78b860 100644
--- a/firmware/target/coldfire/system-coldfire.c
+++ b/firmware/target/coldfire/system-coldfire.c
@@ -171,7 +171,7 @@ default_interrupt (ADC); /* A/D converter */
171#endif 171#endif
172 172
173static void system_display_exception_info(unsigned long format, 173static void system_display_exception_info(unsigned long format,
174 unsigned long pc) __attribute__ ((noreturn, used)); 174 unsigned long pc) __attribute__ ((noreturn)) USED_ATTR;
175static void system_display_exception_info(unsigned long format, 175static void system_display_exception_info(unsigned long format,
176 unsigned long pc) 176 unsigned long pc)
177{ 177{