From 50c60ffcd9006008f91f420e0333e2fe312a3384 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 20 Jun 2013 14:56:40 +0000 Subject: [PATCH] Update RVDS port layer to match IAR port layer. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1936 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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] -- 2.39.5