summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/arm/arm-exception-default.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/arm-exception-default.c')
-rw-r--r--cpukit/score/cpu/arm/arm-exception-default.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/arm/arm-exception-default.c b/cpukit/score/cpu/arm/arm-exception-default.c
index 02df769287..190c2bf68d 100644
--- a/cpukit/score/cpu/arm/arm-exception-default.c
+++ b/cpukit/score/cpu/arm/arm-exception-default.c
@@ -38,10 +38,10 @@
#include "config.h"
#endif
-#include <rtems/score/cpu.h>
#include <rtems/fatal.h>
+#include <rtems/score/cpu.h>
-void _ARM_Exception_default( CPU_Exception_frame *frame )
+void _ARM_Exception_default(CPU_Exception_frame *frame)
{
- rtems_fatal( RTEMS_FATAL_SOURCE_EXCEPTION, (rtems_fatal_code) frame );
+ rtems_fatal(RTEMS_FATAL_SOURCE_EXCEPTION, (rtems_fatal_code) frame);
}