From a8ee89c442b2b6f3bb386cb91ace0a8681153c20 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 17 Mar 2017 13:40:12 +0000 Subject: 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 --- os/common/ports/e200/compilers/GCC/ivor.S | 2 +- os/common/startup/e200/devices/SPC56ECxx/boot.S | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/os/common/ports/e200/compilers/GCC/ivor.S b/os/common/ports/e200/compilers/GCC/ivor.S index f498cff77..7ad2a43c1 100644 --- a/os/common/ports/e200/compilers/GCC/ivor.S +++ b/os/common/ports/e200/compilers/GCC/ivor.S @@ -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: diff --git a/os/common/startup/e200/devices/SPC56ECxx/boot.S b/os/common/startup/e200/devices/SPC56ECxx/boot.S index c47300a44..fc8c663dc 100644 --- a/os/common/startup/e200/devices/SPC56ECxx/boot.S +++ b/os/common/startup/e200/devices/SPC56ECxx/boot.S @@ -26,6 +26,7 @@ #if defined(__HIGHTEC__) #define se_bge bge +#define se_bne bne #endif #if !defined(__DOXYGEN__) -- cgit v1.2.3