From c3f9e3c5ffd6fb19bcbf15cd09cfdcbd28a5300e Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 20 Jun 2013 14:56:40 +0000 Subject: [PATCH] Update RVDS port layer to match IAR port layer. --- FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s index fdaeed0c9..ac4b39ad2 100644 --- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s +++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s @@ -129,6 +129,8 @@ FreeRTOS_IRQ_Handler POP {r0-r3, lr} ADD sp, sp, r2 + CPSID i + ; Write the value read from ICCIAR to ICCEOIR LDR r4, =ulICCEOIR STR r0, [r4]