From 2a3327fbc686fe8ba0ea7ea4b4960df8221c6e14 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 7 Dec 2007 18:38:23 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@131 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-GCC/chcore2.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/ARM7-LPC214x-GCC/chcore2.s b/demos/ARM7-LPC214x-GCC/chcore2.s index 22a819c72..3bbffe26f 100644 --- a/demos/ARM7-LPC214x-GCC/chcore2.s +++ b/demos/ARM7-LPC214x-GCC/chcore2.s @@ -71,7 +71,7 @@ FiqHandler: ldr r0, =chSysHalt bx r0 #else - bl chSysHalt + b chSysHalt #endif #ifdef THUMB