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):