Correct cut and paste comment error.

This commit is contained in:
Richard Barry 2009-10-25 10:33:01 +00:00
parent eb89065789
commit 7c09eb2da7

View file

@ -140,7 +140,7 @@ extern void vPortClearInterruptMaskFromISR( unsigned portBASE_TYPE );
{ \
unsigned portLONG ulStatus; \
\
/* Unmask all interrupts. */ \
/* Trigger software interrupt. */ \
ulStatus = _CP0_GET_CAUSE(); \
ulStatus |= portSW0_BIT; \
_CP0_SET_CAUSE( ulStatus ); \