Correct cut and paste comment error.

pull/4/head
Richard Barry 16 years ago
parent eb89065789
commit 7c09eb2da7

@ -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 ); \

Loading…
Cancel
Save