]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
Changes in common files:
[freertos] / FreeRTOS / Demo / RX100_RX113-RSK_GCC_e2studio_IAR / src / Full_Demo / RegTest_IAR.s
index b5e790f4d2cd60185e4803b0de37b66dfee40a30..2c8abccb656f54f87699d6a236384fc59ef62c07 100644 (file)
@@ -70,8 +70,8 @@
        PUBLIC _vRegTest1Implementation\r
        PUBLIC _vRegTest2Implementation\r
 \r
-       EXTERN _ulRegTest1CycleCount\r
-       EXTERN _ulRegTest2CycleCount\r
+       EXTERN _ulRegTest1LoopCounter\r
+       EXTERN _ulRegTest2LoopCounter\r
 \r
        RSEG CODE:CODE(4)\r
 \r
@@ -107,7 +107,7 @@ _vRegTest1Implementation:
 \r
                /* Increment the loop counter to show this task is still getting CPU\r
                time. */\r
-               MOV.L   #_ulRegTest1CycleCount, R14\r
+               MOV.L   #_ulRegTest1LoopCounter, R14\r
                MOV.L   [ R14 ], R15\r
                ADD             #1, R15\r
                MOV.L   R15, [ R14 ]\r
@@ -206,7 +206,7 @@ _vRegTest2Implementation:
 \r
                /* Increment the loop counter to show this task is still getting CPU\r
                time. */\r
-               MOV.L   #_ulRegTest2CycleCount, R14\r
+               MOV.L   #_ulRegTest2LoopCounter, R14\r
                MOV.L   [ R14 ], R15\r
                ADD             #1, R15\r
                MOV.L   R15, [ R14 ]\r