Update to allow interrupt nesting (not yet complete).

This commit is contained in:
Richard Barry 2008-08-08 15:52:41 +00:00
parent 181889d6b1
commit 431d1c009d
3 changed files with 10 additions and 15 deletions

View file

@ -73,8 +73,7 @@ ulPortSetIPL:
/* Yield interrupt. */
__cs3_isr_interrupt_127:
portSAVE_CONTEXT
jsr vPortClearYield
jsr vTaskSwitchContext
jsr vPortYieldHandler
portRESTORE_CONTEXT
/********************************************************************/