From e8aefc848a06089e99abd665db850483907f95b6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 15 Jan 2008 11:38:56 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@177 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7-LPC214x/GCC/crt0.s | 1 + 1 file changed, 1 insertion(+) 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.