From fc29d871be9ec7ca76fd492c0a76bd2dbeb2adea Mon Sep 17 00:00:00 2001 From: richardbarry Date: Mon, 22 Sep 2008 13:48:45 +0000 Subject: [PATCH] Change the default vector used for context switching. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@480 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/portable/GCC/ColdFire_V2/portasm.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S index b19ab8b85..978b41c00 100644 --- a/Source/portable/GCC/ColdFire_V2/portasm.S +++ b/Source/portable/GCC/ColdFire_V2/portasm.S @@ -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 -- 2.39.2