mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 09:07:46 -04:00
Update comment
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
5d13fd93f7
commit
c1131b6eb7
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ const StackType_t * const xISRStackTop = &( xISRStack[ ( configISR_STACK_SIZE &
|
||||||
*/
|
*/
|
||||||
StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters )
|
StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters )
|
||||||
{
|
{
|
||||||
/* Ensure 8 byte alignment is maintained when leaving this function. */
|
/* Ensure 8 byte alignment is maintained when the context is popped from
|
||||||
|
* stack. The size of the context is 33 words (132 bytes). */
|
||||||
pxTopOfStack--;
|
pxTopOfStack--;
|
||||||
pxTopOfStack--;
|
pxTopOfStack--;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue