summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm_exc_handler_low.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/arm_exc_handler_low.S')
-rw-r--r--cpukit/score/cpu/arm/arm_exc_handler_low.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/arm/arm_exc_handler_low.S b/cpukit/score/cpu/arm/arm_exc_handler_low.S
index c43d430e2f..5840c6d0be 100644
--- a/cpukit/score/cpu/arm/arm_exc_handler_low.S
+++ b/cpukit/score/cpu/arm/arm_exc_handler_low.S
@@ -33,6 +33,8 @@
#include <rtems/asm.h>
#include <rtems/score/cpu_asm.h>
+#ifdef ARM_MULTILIB_ARCH_V4
+
.text
/* FIXME: _Exception_Handler_Undef_Swi is untested */
@@ -162,3 +164,5 @@ arm_code:
subs pc, r14, #4
#endif
/* _AFTER_ the aborted one */
+
+#endif /* ARM_MULTILIB_ARCH_V4 */