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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/ports') 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: -- cgit v1.2.3