Update the GCC Cortex-A9 port to introduce a version of the IRQ handler that saves the FPU registers.

This commit is contained in:
Richard Barry 2016-04-23 10:53:57 +00:00
parent ac67c39be9
commit 345819d550
5 changed files with 78 additions and 5 deletions

View file

@ -353,7 +353,7 @@ uint32_t ulAPSR;
}
}
/* Will only get here if xTaskStartScheduler() was called with the CPU in
/* Will only get here if vTaskStartScheduler() was called with the CPU in
a non-privileged mode or the binary point register was not set to its lowest
possible value. */
return 0;