PIC32 + MPLAB Simulator w/ double

Hi, I started using some double data types in my tasks and MPLAB Simulator just skips right over anything so far that deals with a double.  I was wondering what might cause this to happen.  Thanks!

PIC32 + MPLAB Simulator w/ double

At the time the PIC32 port was written it could not be used with the MPLAB simulator.  That was some time ago though, when the PIC32 was new, so presumably the simulator works with it now.  However, which version of FreeRTOS are you using?  Later versions have the stack alignment set to 8, which is needed for doubles.  Earlier versions had it set to 4. Regards.

PIC32 + MPLAB Simulator w/ double

I’m currently using 6.1.0. What exactly is the stack alignment?