Fix SWI calls not returning when TaskWindow_Morite received.
Was calling OS_Exit immediately upon TaskWindow_Morite being received, even if in a SWI call instead flag later attention like Message_Quit.
This results in error being returned from sleeping SWI calls, and OS_Exit being called in a callback after supervisor mode code has had a chance to clean up.