From 1ed5f66cd4e5abaa0d048d8b34bfbf293e90609a Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 4 Dec 2012 00:46:38 +0100 Subject: [PATCH] Add missing function end macro. --- src/system/kernel/arch/arm/arch_exceptions.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/kernel/arch/arm/arch_exceptions.S b/src/system/kernel/arch/arm/arch_exceptions.S index 83124ac36a..a67ff888f2 100644 --- a/src/system/kernel/arch/arm/arch_exceptions.S +++ b/src/system/kernel/arch/arm/arch_exceptions.S @@ -173,6 +173,7 @@ FUNCTION(arm_data_abort): bl arch_arm_data_abort PULLFRAMEFROMSVCANDEXIT +FUNCTION_END(arm_data_abort) FUNCTION(arm_reserved):