Change "SWI" to "SWI 0".

This commit is contained in:
Richard Barry 2010-01-08 14:25:12 +00:00
parent ac94fdddf1
commit bf9b20e6b8
4 changed files with 4 additions and 4 deletions

View file

@ -188,7 +188,7 @@ extern volatile unsigned portLONG ulCriticalNesting; \
extern void vTaskSwitchContext( void );
#define portYIELD_FROM_ISR() vTaskSwitchContext()
#define portYIELD() __asm volatile ( "SWI" )
#define portYIELD() __asm volatile ( "SWI 0" )
/*-----------------------------------------------------------*/