]> git.sur5r.net Git - freertos/commitdiff
Change the default vector used for context switching.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 22 Sep 2008 13:48:45 +0000 (13:48 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 22 Sep 2008 13:48:45 +0000 (13:48 +0000)
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

index b19ab8b85f85cf96abaff1a2d5f6a931ecb57684..978b41c0008c6234e30ff93ed41118073b87cd1f 100644 (file)
@@ -58,7 +58,7 @@
 \r
     .global ulPortSetIPL\r
     .global mcf5xxx_wr_cacr\r
-    .global __cs3_isr_interrupt_127\r
+    .global __cs3_isr_interrupt_80\r
     .global vPortStartFirstTask\r
 \r
     .text\r
@@ -126,7 +126,7 @@ mcf5xxx_wr_cacr:
 /********************************************************************/\r
 \r
 /* Yield interrupt. */\r
-__cs3_isr_interrupt_127:\r
+__cs3_isr_interrupt_80:\r
        portSAVE_CONTEXT\r
        jsr vPortYieldHandler\r
        portRESTORE_CONTEXT\r