]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
Change version numbers in preparation for V7.6.0 release.
[freertos] / FreeRTOS / Source / portable / MPLAB / PIC32MX / port_asm.S
index 3936aca61c9e4a5e47c742c639307c13e7a3e889..e4aa31430348f9b120ed0ff5513030852c099a3c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.5.3 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -123,8 +123,7 @@ vPortStartFirstTask:
 vPortYieldISR:\r
 \r
        /* Make room for the context. First save the current status so it can be\r
-       manipulated, and the cause and EPC registers so thier original values are\r
-       captured. */\r
+       manipulated. */\r
        addiu           sp, sp, -portCONTEXT_SIZE\r
        mfc0            k1, _CP0_STATUS\r
 \r