From: richardbarry Date: Thu, 20 Jun 2013 14:56:40 +0000 (+0000) Subject: Update RVDS port layer to match IAR port layer. X-Git-Tag: V7.5.0~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50c60ffcd9006008f91f420e0333e2fe312a3384;p=freertos 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 --- 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]