mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-31 07:28:37 -04:00
Add some missing volatiles to __asm statements in the CA9 GCC port.
This commit is contained in:
parent
0bb794301a
commit
b215310e63
3 changed files with 52 additions and 52 deletions
|
@ -119,7 +119,7 @@ extern uint32_t ulPortYieldRequired; \
|
|||
}
|
||||
|
||||
#define portYIELD_FROM_ISR( x ) portEND_SWITCHING_ISR( x )
|
||||
#define portYIELD() __asm( "SWI 0" );
|
||||
#define portYIELD() __asm volatile ( "SWI 0" );
|
||||
|
||||
|
||||
/*-----------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue