diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-07 18:38:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-07 18:38:23 +0000 |
commit | 2a3327fbc686fe8ba0ea7ea4b4960df8221c6e14 (patch) | |
tree | 1bd6da81afe8eef42937c8594e43d158546942a5 /demos | |
parent | 00ab4e1c637058ffcd98dad63cbe27727736daee (diff) | |
download | ChibiOS-2a3327fbc686fe8ba0ea7ea4b4960df8221c6e14.tar.gz ChibiOS-2a3327fbc686fe8ba0ea7ea4b4960df8221c6e14.tar.bz2 ChibiOS-2a3327fbc686fe8ba0ea7ea4b4960df8221c6e14.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@131 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chcore2.s | 2 |
1 files changed, 1 insertions, 1 deletions
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
|