summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 22:18:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 22:18:07 +0000
commit226b162699509579b8b8c4dc25b6c0719adfef0d (patch)
tree356a3a33d2fa627bd9d088c49ef300e9ca594c7d /cpukit/score/cpu/arm/cpu.c
parent2008-08-18 Allan Hessenflow <allanh@kallisti.com> (diff)
downloadrtems-226b162699509579b8b8c4dc25b6c0719adfef0d.tar.bz2
2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Add void.
Diffstat (limited to 'cpukit/score/cpu/arm/cpu.c')
-rw-r--r--cpukit/score/cpu/arm/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index b227bf3233..960c4eada8 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -211,7 +211,7 @@ extern void _exc_data_abort();
/* FIXME: put comments here */
-void rtems_exception_init_mngt()
+void rtems_exception_init_mngt(void)
{
ISR_Level level;