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:
Giovanni Di Sirio 2017-03-17 13:40:12 +00:00
parent b5c5c18ba4
commit a8ee89c442
2 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,7 @@ _ivor_exit:
e_bl _dbg_check_lock
#endif
e_bl chSchIsPreemptionRequired
se_cmpl r3, 0
se_cmpi r3, 0
se_beq .noresch
e_bl chSchDoReschedule
.noresch:

View File

@ -26,6 +26,7 @@
#if defined(__HIGHTEC__)
#define se_bge bge
#define se_bne bne
#endif
#if !defined(__DOXYGEN__)