pxTopOfStack=(StackType_t*)((((portPOINTER_SIZE_TYPE)pxTopOfStack)+portBYTE_ALIGNMENT_MASK)&(~((portPOINTER_SIZE_TYPE)portBYTE_ALIGNMENT_MASK)));/*lint !e923 !e9033 !e9078 MISRA exception. Avoiding casts between pointers and integers is not practical. Size differences accounted for using portPOINTER_SIZE_TYPE type. Checked by assert(). */
/* Check the alignment of the stack buffer is correct. */