Change the default vector used for context switching.

This commit is contained in:
Richard Barry 2008-09-22 13:48:45 +00:00
parent 36471ef3e8
commit 1d0cf84e80

View file

@ -58,7 +58,7 @@
.global ulPortSetIPL
.global mcf5xxx_wr_cacr
.global __cs3_isr_interrupt_127
.global __cs3_isr_interrupt_80
.global vPortStartFirstTask
.text
@ -126,7 +126,7 @@ mcf5xxx_wr_cacr:
/********************************************************************/
/* Yield interrupt. */
__cs3_isr_interrupt_127:
__cs3_isr_interrupt_80:
portSAVE_CONTEXT
jsr vPortYieldHandler
portRESTORE_CONTEXT