diff options
-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
|