Fixed a couple regressions after asm code rework.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10124 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b5c5c18ba4
commit
a8ee89c442
|
@ -214,7 +214,7 @@ _ivor_exit:
|
||||||
e_bl _dbg_check_lock
|
e_bl _dbg_check_lock
|
||||||
#endif
|
#endif
|
||||||
e_bl chSchIsPreemptionRequired
|
e_bl chSchIsPreemptionRequired
|
||||||
se_cmpl r3, 0
|
se_cmpi r3, 0
|
||||||
se_beq .noresch
|
se_beq .noresch
|
||||||
e_bl chSchDoReschedule
|
e_bl chSchDoReschedule
|
||||||
.noresch:
|
.noresch:
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
#if defined(__HIGHTEC__)
|
#if defined(__HIGHTEC__)
|
||||||
#define se_bge bge
|
#define se_bge bge
|
||||||
|
#define se_bne bne
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
|
|
Loading…
Reference in New Issue