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 f2ac075e14..f33a44c3b4 100644
--- a/firmware/target/coldfire/system-coldfire.c
+++ b/firmware/target/coldfire/system-coldfire.c
@@ -149,7 +149,7 @@ default_interrupt (CDROMNEWBLK); /* CD-ROM New block */
149#endif 149#endif
150 150
151static void system_display_exception_info(unsigned long format, 151static void system_display_exception_info(unsigned long format,
152 unsigned long pc) __attribute__ ((noreturn)); 152 unsigned long pc) __attribute__ ((noreturn, used));
153static void system_display_exception_info(unsigned long format, 153static void system_display_exception_info(unsigned long format,
154 unsigned long pc) 154 unsigned long pc)
155{ 155{