git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1167 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9b59b00627
commit
de2a86b441
|
@ -158,7 +158,7 @@ _port_switch_arm:
|
||||||
.thumb_func
|
.thumb_func
|
||||||
.globl _port_irq_common
|
.globl _port_irq_common
|
||||||
_port_irq_common:
|
_port_irq_common:
|
||||||
bl chSchRescRequiredI
|
bl chSchIsRescRequiredExI
|
||||||
mov lr, pc
|
mov lr, pc
|
||||||
bx lr
|
bx lr
|
||||||
.code 32
|
.code 32
|
||||||
|
|
Loading…
Reference in New Issue