X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FIAR%2FV850ES%2Fportasm.s85;h=0931e36c9f682523aea729283ceeeb8996f288ef;hb=19b29b9ac426c6f5c64009809b1cde1777abb285;hp=789403801a32da2f6bf715510f13415d94f07228;hpb=a97a430d525b824853f6528cb60d160468690963;p=freertos diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 index 789403801..0931e36c9 100644 --- a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 +++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 @@ -1,5 +1,6 @@ ;/* -; FreeRTOS V7.4.2 - Copyright (C) 2013 Real Time Engineers Ltd. +; FreeRTOS V8.0.0 - Copyright (C) 2014 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}