mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Correct cut and paste comment error.
This commit is contained in:
parent
eb89065789
commit
7c09eb2da7
|
@ -140,7 +140,7 @@ extern void vPortClearInterruptMaskFromISR( unsigned portBASE_TYPE );
|
||||||
{ \
|
{ \
|
||||||
unsigned portLONG ulStatus; \
|
unsigned portLONG ulStatus; \
|
||||||
\
|
\
|
||||||
/* Unmask all interrupts. */ \
|
/* Trigger software interrupt. */ \
|
||||||
ulStatus = _CP0_GET_CAUSE(); \
|
ulStatus = _CP0_GET_CAUSE(); \
|
||||||
ulStatus |= portSW0_BIT; \
|
ulStatus |= portSW0_BIT; \
|
||||||
_CP0_SET_CAUSE( ulStatus ); \
|
_CP0_SET_CAUSE( ulStatus ); \
|
||||||
|
|
Loading…
Reference in a new issue