diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-15 11:38:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-15 11:38:56 +0000 |
commit | e8aefc848a06089e99abd665db850483907f95b6 (patch) | |
tree | 9015d4a2a41d2f956180f9240e7f39db4c314a03 | |
parent | db68ca15e6e4419dd26878d3fa9457402347242c (diff) | |
download | ChibiOS-e8aefc848a06089e99abd665db850483907f95b6.tar.gz ChibiOS-e8aefc848a06089e99abd665db850483907f95b6.tar.bz2 ChibiOS-e8aefc848a06089e99abd665db850483907f95b6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@177 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | ports/ARM7-LPC214x/GCC/crt0.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/ARM7-LPC214x/GCC/crt0.s b/ports/ARM7-LPC214x/GCC/crt0.s index 27e2eefcf..d501770c8 100644 --- a/ports/ARM7-LPC214x/GCC/crt0.s +++ b/ports/ARM7-LPC214x/GCC/crt0.s @@ -62,6 +62,7 @@ _fiq: .word FiqHandler
.word 0
.word 0
+ .word 0
/*
* Reset handler.
|