diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-19 08:50:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-19 08:50:24 +0000 |
commit | de2a86b4413f6f10e11ba664b3310aadfd824e98 (patch) | |
tree | a161c04767bd44a57d8abb5f4e1c324666f6a07c | |
parent | 9b59b00627e0e068d6e63da7f21ee54d709a46c2 (diff) | |
download | ChibiOS-de2a86b4413f6f10e11ba664b3310aadfd824e98.tar.gz ChibiOS-de2a86b4413f6f10e11ba664b3310aadfd824e98.tar.bz2 ChibiOS-de2a86b4413f6f10e11ba664b3310aadfd824e98.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1167 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/ports/GCC/ARM7/chcoreasm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARM7/chcoreasm.s b/os/ports/GCC/ARM7/chcoreasm.s index 2b08d0607..93a8ceb2a 100644 --- a/os/ports/GCC/ARM7/chcoreasm.s +++ b/os/ports/GCC/ARM7/chcoreasm.s @@ -158,7 +158,7 @@ _port_switch_arm: .thumb_func
.globl _port_irq_common
_port_irq_common:
- bl chSchRescRequiredI
+ bl chSchIsRescRequiredExI
mov lr, pc
bx lr
.code 32
|