#define portSTACK_GROWTH ( -1 )\r
#define portTICK_RATE_MS ( ( portTickType ) 1000 / configTICK_RATE_HZ ) \r
#define portBYTE_ALIGNMENT 8\r
-#define portYIELD() asm volatile ( "SWI" )\r
+#define portYIELD() asm volatile ( "SWI 0" )\r
#define portNOP() asm volatile ( "NOP" )\r
\r
/*\r
\r
\r
#define portYIELD_FROM_ISR() vTaskSwitchContext()\r
-#define portYIELD() asm volatile ( "SWI" )\r
+#define portYIELD() asm volatile ( "SWI 0" )\r
/*-----------------------------------------------------------*/\r
\r
\r
\r
extern void vTaskSwitchContext( void );\r
#define portYIELD_FROM_ISR() vTaskSwitchContext()\r
-#define portYIELD() __asm volatile ( "SWI" )\r
+#define portYIELD() __asm volatile ( "SWI 0" )\r
/*-----------------------------------------------------------*/\r
\r
\r
\r
\r
#define portYIELD_FROM_ISR() vTaskSwitchContext()\r
-#define portYIELD() __asm volatile ( "SWI" )\r
+#define portYIELD() __asm volatile ( "SWI 0" )\r
/*-----------------------------------------------------------*/\r
\r
\r