From 731eca323468f470bc44c47b9e885e2b1e8ab684 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 7 Jun 2012 18:58:03 +0000 Subject: Fixed bug 3532591. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4259 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/RVCT/ARMCMx/chcoreasm_v6m.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/RVCT/ARMCMx') diff --git a/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s b/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s index 2091577ef..0c6e33260 100644 --- a/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s +++ b/os/ports/RVCT/ARMCMx/chcoreasm_v6m.s @@ -88,10 +88,10 @@ _port_switch_from_isr PROC bl dbg_check_lock #endif bl chSchDoReschedule -_port_exit_from_isr #if CH_DBG_SYSTEM_STATE_CHECK bl dbg_check_unlock #endif +_port_exit_from_isr ldr r2, =SCB_ICSR movs r3, #128 #if CORTEX_ALTERNATE_SWITCH -- cgit v1.2.3