X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FIAR%2FV850ES%2Fportasm_Hx2.s85;h=1eb9f5f75b88559a5b06f4d913ce995f7a21d75e;hb=70f0bb6133065c1f0049f8258d0454027d37f657;hp=c7a84941f4dfebaa852dc1eb08c2c2c1865ecf68;hpb=69644b6878075d157a1dcface6a6136d1fce91c2;p=freertos diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85 index c7a84941f..1eb9f5f75 100644 --- a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85 +++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85 @@ -1,5 +1,6 @@ ;/* -; FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd. +; FreeRTOS V9.0.0rc2 - Copyright (C) 2016 Real Time Engineers Ltd. +; All rights reserved ; ; ; *************************************************************************** @@ -57,7 +58,7 @@ ; Functions used by scheduler ;------------------------------------------------------------------------------ EXTERN vTaskSwitchContext - EXTERN vTaskIncrementTick + EXTERN xTaskIncrementTick ; Variables used by scheduler ;------------------------------------------------------------------------------ @@ -278,7 +279,7 @@ MD_INTTM0EQ0: stsr 1,lp st.w lp,0[sp] ; store EIPSW to stack portSAVE_CONTEXT ; Save the context of the current task. - jarl vTaskIncrementTick,lp ; Call the timer tick function. + jarl xTaskIncrementTick,lp ; Call the timer tick function. jarl vTaskSwitchContext,lp ; Call the scheduler. portRESTORE_CONTEXT ; Restore the context of whichever task the ... ; ... scheduler decided should run. @@ -297,7 +298,7 @@ MD_INTTM0EQ0: prepare {lp,ep},8,sp sst.w r1,4[ep] sst.w r5,0[ep] - jarl vTaskIncrementTick,lp ; Call the timer tick function. + jarl xTaskIncrementTick,lp ; Call the timer tick function. sld.w 0[ep],r5 sld.w 4[ep],r1 dispose 8,{lp,ep}